Re: [PHP-WIN] Win2K IIS 5 CGI Behavior Error on simple page.

2001-05-23 Thread JayAchTee
Use PHP from the command line to get the output of the script into a HTML file and take a look at it with notepad and the browser. Try this: "c:\php\php.exe test.html". You can omit the path to php.exe if the folder is in the system PATH variable. Regards, John Thompson ""ECHJR"" <[EMAIL PR

Re: [PHP-WIN] Win2K IIS 5 CGI Behavior Error on simple page.

2001-05-09 Thread Phil Driscoll
Well you've certainly been through all the logical steps. I would try disabling any extensions (if any) you have enabled in php.ini just in case any of those can't be loaded. I assume you have done a reboot somewhere in your testing - always worth a try on Windows! If that fails, then either you'

RE: [PHP-WIN] Win2K IIS 5 CGI Behavior Error on simple page.

2001-05-09 Thread Asendorf, John
D] > Subject: [PHP-WIN] Win2K IIS 5 CGI Behavior Error on simple page. > > > Arghh.. I appreciate help from anyone on this one. I have a > new install of > PHP4.5 on my IIS 5 machine with Windows 2K. The install went > fine.. When > I go into a command prompt and type c:\

[PHP-WIN] Win2K IIS 5 CGI Behavior Error on simple page.

2001-05-09 Thread ECHJR
Arghh.. I appreciate help from anyone on this one. I have a new install of PHP4.5 on my IIS 5 machine with Windows 2K. The install went fine.. When I go into a command prompt and type c:\php\php.exe -i I get the HTML junk, which is good. But... When I try and send a simple test page with a P