I got Apache 2 running and loaded. I am trying to install PHP on my system with XP Pro.
I downloaded the php-4.3.1-installer for windows and it seemed to install correctly into c:\PHP
Apache went into C:\apache
I set up an htm file in the c:apache\apache2\htdocs directory called phpinfo.htm
in the body I put the following:
PHP Info Test
<?php
phpinfo();
?>
I also moved the php4ts.dll file to the windows/system32 directory.
When I point the browser to http://localhost/phpinfo.htm
I get the first line "PHP Info Test" but nothing else.
What have I not done? Where can I find some instructions for installing PHP under Apache and XP that make sense?
Thanks for any ideas cause I am stumped!😕 😕 😕 😕 😕