nikefido Posted February 18, 2008 Share Posted February 18, 2008 i know php can create files via "touch" and "fopen" (or fwrite?) anyway, can php create directories? if so, how? thanks Link to comment https://forums.phpfreaks.com/topic/91730-creating-directories/ Share on other sites More sharing options...
Chris92 Posted February 18, 2008 Share Posted February 18, 2008 Yup, you are looking for the mkdir() function http://php.net/mkdir Link to comment https://forums.phpfreaks.com/topic/91730-creating-directories/#findComment-469865 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.