PHP - Create folder and a file in the folder
//
I worked on a project in that project we have to create folders and then files in that folders. is_dir is a function that checks whether a directory exists or not. mkdir creates a driectory, file_put_contents is a function that create file and places contents in that file.
Following th
Read More about it from the following link : http://coding-guru.com/php-create-folder-and-a-file-in-the-folder/ posted by Maz
PHP - Create folder and a file in the folder
Tags:
0 comments: