fwrite () file not writable???? Plz help :-(
Posted: Fri Apr 02, 2004 4:48 pm
Hi,
I'm just starting out experimenting with the fwrite function since I need a quick way to update some of the files regularly on my server.
When I try to write to any file I specify I get the response that the file is not writable.
How can a make a file writable?
I'm using fopen() with the 'a' paramater at the moment does this make a difference. It's probably just a simple case of changing the permissions somehow so any help would be much appreciated.
Please note: If I need to set the permissions on the server itself, I am using my university server so cannot change their settings (only upload files etc).
Kind regards
I'm just starting out experimenting with the fwrite function since I need a quick way to update some of the files regularly on my server.
When I try to write to any file I specify I get the response that the file is not writable.
How can a make a file writable?
I'm using fopen() with the 'a' paramater at the moment does this make a difference. It's probably just a simple case of changing the permissions somehow so any help would be much appreciated.
Please note: If I need to set the permissions on the server itself, I am using my university server so cannot change their settings (only upload files etc).
Kind regards