|
Posted by Jerry Stuckle on 04/17/06 23:26
mike.biang@gmail.com wrote:
> 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
>
Martien could be correct. But also, what do you get when you look at the page
source?
If you see your code, either it isn't recognizing the shortcut <?, or you don't
have the extensions set up properly.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|