A
Anonymous
Guest
I'm running into permission issues when creating a txt file on a web server. fopen() won't create the file because it does not have the permissions to write to the server. How do I write the file without changing the folder permissions manually? I wanted to use chmod() to change the permissions...but the file must be created beforehand.