just a quick note, you never need to set the permissions of any file / directory to 777 just to update them from php. Find out what user the script is running under and change the owner of the file in question, then you can set more restrictive permissions.
|