Reply to Re: Creating files using fopen that are unlocked!
Posted by monomaniac21 on 12/09/01 11:26
I can narrow the problem down a bit more which might help. I can create
a file when I use 'w' or 'w+' even though it is read only. But if try
to create a file such as fopen($filename, 'r') or 'r+' php wont create
it.