Posted by mike.biang on 04/17/06 18:06
Hi, I'm attempting to run PHP on Microsoft IIS 6.0, and the PHP will
not execute.
For Example:
test.php:
<?
phpinfo();
?>
When I request http://localhost/test.php I get a blank page.
When I view the source, I get:
<?
phpinfo();
?>
Any ideas what I am doing wrong? Any resources that could guide me
through the install process? The .php extensions are setup correctly
(I believe) in IIS. Thanks for the help!
Mike Biang
Cramer Development
mike.biang - at - gmail -dot- com
[Back to original message]
|