Categories




PreviousNext
php mkdir    
 Send mail Views:405
Belongs to : PHP
Facebook Bookmarkbookmark this pageStumbleupon Bookmark 

PHP Mkdir - Create a directory

Create a directory in a specified path using php. Use mkdir() to make a directory in php.

Format:
@mkdir(path);

Example:
$path = 'E:/path/text/';
@mkdir($path); //will create a directory in the specified path.Razz


funny pictures and videos
funny pictures and videos
online games
embed code


By - Ramya, On - 2009-10-29
Send This
PreviousNext

User Comments


Add NEW Feedback:

Name :     Email :

Website Monitoring Web hosting by Hiox India Contact Us   Privacy Policy   Terms and Conditions