Create directory / folder using php

Print

To create a directory or folder using php, simply use the following code:

mkdir("/path/dir", 0755);