Hope I can find some help here. Trying to learn how to use PHP on Win XP Pro SP1 and am having one heck of a time trying to get it to work right. I've downloaded and installed: Apache 1.3, PHP 4 and MySQL.
I've followed all of the install steps and everything seems ok. Apache loads ok, no errors and get to the "If you can see this, it means that the installation of the Apache web server software on this system was successful. You may now add content to this directory and replace this page." etc. So it looks like Apache is ok.
I edited the httpd.conf file as instructed in the install.txt from the PHP install files, to load PHP as a module in Apache so that it would handle the php code appropriately.
I then followed the next step to create a test php file ("hello world") and tried to access it via IE and got a blank page. I checked the source code and all looks correct. According to the help file, it says that my httpd.conf for Apache is incorrect. I went back through the Apache setup for PHP and followed everything exactly as documented and still no luck.
Just to be extra certain that the php file was built right, I went to a command prompt and ran "php.exe helloworld.php" to see if it would parse out the expected results and it did.
ARGH!!!
Am I missing something simple or are the docs wrong somehow? I am determined to get PHP running properly, just need some help.
Thanks!