|
|
Posted by sid on 01/25/07 23:04
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();
?>
What changed after reboot ?
Thanks
Sid.
Navigation:
[Reply to this message]
|