shadiadiph Posted February 18, 2009 Share Posted February 18, 2009 tried to make a directory called test in the same directory as the file being used but is giving me an error ? sorry for the lame question mkdir("./", test); Link to comment https://forums.phpfreaks.com/topic/145709-solved-make-a-new-directory-on-the-server/ Share on other sites More sharing options...
shadiadiph Posted February 18, 2009 Author Share Posted February 18, 2009 mkdir("test", 0700) Link to comment https://forums.phpfreaks.com/topic/145709-solved-make-a-new-directory-on-the-server/#findComment-765030 Share on other sites More sharing options...
Zane Posted February 18, 2009 Share Posted February 18, 2009 what error?....a permission error? look at chmod Link to comment https://forums.phpfreaks.com/topic/145709-solved-make-a-new-directory-on-the-server/#findComment-765031 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.