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? Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.