PDA

View Full Version : permissions on files and directories created with mkdir()


AlexC
02-24-02, 10:04
Whilst this is a very old post i know, if you have't got it working try chmodding to 0777 the directory + file you created

~Alex

max
02-24-02, 11:00
Thank you AlexC, i did indeed find the solution, ie chmod to 0777
Thanks anyway!

Max.

AlexC
02-24-02, 11:01
wow, first time my php knowledge has ever been correct ;)