I apologize if this has been asked before, but...
I work on a site with a friend of mine. Recently he transferred the site from being hosted on a Unix server to being hosted on his own server running Windows Advance Server 2003.
He seems to know about as much about setting up servers as I do (which isn't much!), and although he's gotten PHP running, none of my PHP scripts that write files work. I've looked up answers and he's tried different things, but so far he hasn't been able to resolve the problem. Without being able to use fwrite() I will have to update several areas of the site by hand.
Here's a sample error:
Warning: fopen(file.txt): failed to open stream: Permission denied in G:\modelsonline\tests\write.php on line 11
Warning: fwrite(): supplied argument is not a valid stream resource in G:\modelsonline\tests\write.php on line 12
Warning: fclose(): supplied argument is not a valid stream resource in G:\modelsonline\tests\write.php on line 13
Can someone give me the dummies version of how to resolve this so I can explain it to him?