Apache PHP mkdir not writable?
If you ever find that you are creating a folder with PHP, and its immediately not writeable by Apache, then…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
If you ever find that you are creating a folder with PHP, and its immediately not writeable by Apache, then…
Just a note, when you update the permissions of a file: chmod +777 somefile.txt This change will only last as…