Thread: PHP question
View Single Post
Old 10-15-2009, 07:27 AM  
marcjacob
Confirmed User
 
marcjacob's Avatar
 
Join Date: Jun 2003
Location: England
Posts: 1,063
PHP question

I'm using mkdir() to create folders but I can't then delete the folder. The permissions are set to 745 but I thought mkdir() would also chmod?

I'm using:

mkdir($make, 0777);

Any idea why?
marcjacob is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote