This *MAY* help isolate the issue...
in Internet Services Manager... for the application/web in question,
you can set the isolation level to "HIGH" which will make each app run
a separate instance of php4isapi.dll ... Beyond this, if most of your
php is in a directory separate from the rest of yo
it probably isn't interpreting the php at all...
First, follow the steps for manual installation, this involves creating
a php4 folder, and copying the php.ini to the x:\windows folder, and
some of the dll files to the x:\windows\system32 folder...
alternatively you can copy *.exe and *.dll to t
okay, in your php.ini in your windows folder, you have "register_globals"
set to on? correct? okay, the next thing you will want to do is restart
iis... if you are in win2k, start..run "iisreset" without the quotes..
this is especially needed if you are using the isapi module..
--