Using Php How To Create A Folder In Another Folder

[Solved] Using Php How To Create A Folder In Another Folder | Php - Code Explorer | yomemimo.com
Question : using php, how to create a folder in another folder

Answered by : dizzy-dormouse-bdk8d6pe0izo

mkdir('images/user/15', 0777, true);

Source : https://stackoverflow.com/questions/12692471/how-to-tell-php-to-create-a-directory-and-another-directory-inside-that-one | Last Update : Sun, 02 May 21

Answers related to using php how to create a folder in another folder

Code Explorer Popular Question For Php