Create directory / folder using php
To create a directory or folder using php, simply use the following code:
mkdir("/path/dir", 0755);