<?php // Create a directory recursively (make sure to sanitize if taken from input as always!) mkdir("/path/to/my/dir", 0777, true);