vidyaforu1 Posted November 13, 2006 Share Posted November 13, 2006 hello,i want to create new directory for every user when he register.how to create directory? Link to comment https://forums.phpfreaks.com/topic/27062-how-to-make-directory-if-not-present/ Share on other sites More sharing options...
doni49 Posted November 13, 2006 Share Posted November 13, 2006 http://us2.php.net/manual/en/ref.filesystem.phpcheck out the following functions at the above link: 1) file_exists2) is_dir3) mkdir Link to comment https://forums.phpfreaks.com/topic/27062-how-to-make-directory-if-not-present/#findComment-123782 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.