Seems that I can set a file to have write access and the php scripts can make changes to that file, but ONLY if that file exists already.
If the file doesn't exist, fopen is denied permission to create it, even with wide open security settings applied to the directory in question.
What do I have to do to get fopen to work on win2k with IIS5. It has to be able to create a new file.
PHP Version 4.0.2
thanks,
matt