Just a note, when you update the permissions of a file:
chmod +777 somefile.txt
This change will only last as long as the session is logged in, i.e. once you reboot, it will revert back to what the permissions were.
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Just a note, when you update the permissions of a file:
chmod +777 somefile.txt
This change will only last as long as the session is logged in, i.e. once you reboot, it will revert back to what the permissions were.