Hello. I am trying out some scripts for processing data in a SQL 2000 Server on a Win2K machine running IIS 5.0.
I had PHP functioning last week (or at least I tought I did).
My configuration is as follows:
PHP installed as ISAPI with dlls in C:\WINNT\system32.
App Mappings & ISAPI Filters for Server & Default Web Site set at same location in system32.
php file with <? phpinfo(); ?> in the root directory.
In php.ini file, which resides in C:\WINNT, the root path is set to C:\Inetpub\wwwroot as instructed.
I executed stop & start commands at the command prompt several times trying to get IIS to process the php code, but it simply passes the text on to IE (Note: the page does not come up blank--rather the PHP code is passed on to the browser).
I have been testing several pages out with (X)HTML-Kit, which is installed on the same drive as PHP, and things were fine within (X)HTL-Kit. Only when I tried opening the pages in the root directory did I see that the pages were not being processed.
Will IIS shut down PHP processing once & a while?
Could this problem be due to the fact that I am running PHP as ISAPI & not an executable?
Why is (X)HTML-Kit able to process the pages despite the fact that IIS can not?
Any ideas would be of great help.
Dave