PHP Install on IIS/XP .php shows blank screen in browser
Posted: Thu Jun 12, 2008 12:54 pm
Hi,
I followed the install instructions at..
http://www.wikihow.com/Install-PHP-5-fo ... p-and-2003
(I have windows XP, IIS and php 5.2.6) and when i access the text.php page it seems the web server is NOT interpreting the PHP code.
the test page at http://localhost/test.php just shows a blank screen in IE..
the html in the page is..
<html><head><title></title></head><body>
<?php
phpinfo();
?>
</body></html>
in the browser - i tried both the zip install first then msi install.
none worked
Ideas?
I followed the install instructions at..
http://www.wikihow.com/Install-PHP-5-fo ... p-and-2003
(I have windows XP, IIS and php 5.2.6) and when i access the text.php page it seems the web server is NOT interpreting the PHP code.
the test page at http://localhost/test.php just shows a blank screen in IE..
the html in the page is..
<html><head><title></title></head><body>
<?php
phpinfo();
?>
</body></html>
in the browser - i tried both the zip install first then msi install.
none worked
Ideas?