I know this is a little outdated but...
I'm trying to get php3 running on an NT webserver running IIS 3 and currently hosting about 30 sites. I installed php3 as per the instructions, and it all seems to work. However certain scripts that work fine on my 98 and ME boxes running apache don't work at all on the NT server. For instance, a very simple counter script gets an "input/output violation", and it makes reference to both the counter text file itself, and the script that uses it. Also, a news script that stores all the news items in a directory. It says "Opendir, no such directory" or something to that effect. The directory, however, IS there. Basically, it seems to be anything that requires file manipulation that doesn't work. Finally, authentication doesn't work. How come?
Any help GREATLY appreciated.
-Rick