Hi,

when I started with Apache and later with PHP I went through the same problems....but didn't know of NYHP. I use XAMPP from apachefriends.org for development, testing, and also as production server. I never had a problem with installation or security. Apachefriend's XAMPP is really a nice package and darn easy to install on either Windope or Linux.

Since then I never had a problem and now even EngInSite PHP Editor works with Apachefriend's XAMPP. It can't get any better!!!

I really recommend to just download the XAMPP and start with PHP....unless you really do want to get through all the manual configuration. I recommend to reserve that for a later point.

         David

Bob Paul wrote:
Hello,
I am totally new to PHP and NYPHP. I've been trying for several days now to install PHP, Apache and MySQL on my Win/XP system. The Apache web server is functioning but I'm lost in the PHP configuration files and have not a clue how to activate PHP. The Apache web server totally ignores the PHP script inside my little HelloWorld.php - <html>
 <head>
  <title>PHP Test</title>
 </head>
 <body>
 <p>Hello World from HTML</p>
 <?php echo '<p>Hello World from PHP</p>'; ?>
</body>
</html>
I'm about to start searching through the NYPHP message archives, but if you happen to know a link that will help me, I'd greatly appreciate hearing about it. All the best,
Bob
------------------------------------------------------------------------

Bob Paul
Madison-Atlantic Software
607.562.8921 (voice)
607.562.7248 (fax)
607.259.0583 (cell)
www.madison-atlantic.com <http://www.madison-atlantic.com/>

------------------------------------------------------------------------

_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to