I am trying to complete an install of PHP5 on a WIN2000 development PC running IIS. Everything is in place, including the php.ini file copy and the registration for the .php files.
When I attempt to run my test file containing phpinfo() the file never loads. I don't get any error messages. It just keeps saying "Waiting for local host..." in the status bar.
My test file is located in c:\inetpub\wwwroot.
The test file contents are: <? phpinfo(); ?>
I execute it in the (IE6) browser as: http://localhost/test.php
Help...!
Thanks!