Yesterday I installed PHP5 for IIS (ISAPI) on my workstation. Followed
the directions, everything worked. Created a file "Test.php" that
contained one line: "<? phpinfo(); ?>", Worked !
Today, reboot, dosen't work.
Test.php only worked after it was changed to:
<?php
echo phpinfo();
?>