I used this page in install php4 and apache 1.3 http://www.thesitewizard.com/archive/php4install.shtml
I did everything it said and it's basically the samething everywhere else... but, when I install php as a module (which is what I want to do) and I run the simple script <?phpinfo();?>, and I type in the the address http://localhost/phptest.php it just echos <?phpinfor();?> back to me.
It does not display the php information it just prints text. Why isn't it working?
In windows, do I have to add an file association with .php. In other words go to Start>Settings>Folder Options>File Typs and add a .php associations with php.exe?
If so then why the heck doesn't anybody put it in their installation instructions.