PHP Simple QA
It contains Simple Questions and Answers in PHP
make directory in php with function
make directory in php with function
mkdir() function used to creates a directory in php,it returns true on success, or therwise on failure.
syntax
mkdir(path,mode,recursive,context);
<?php
mkdir("testing");
?>
Newer Post
Older Post
Home