phatcactus
The Ugly Organist
I basically just want PHP to create a new file and throw some stuff in it. I can write to files that already exist with no problem, but I can't get PHP to create a new file. I've tried fopen($TheFile, "w") and touch($TheFile) but they both end up saying I don't have permission. Any ideas? Sorry if this is a little vague. It used to work, but I must've done something recently to break it.
- Brian
- Brian