PHP : Make Directory

<?php
mkdir(“/path/to/my/dir”, 0777);
?>

http://sg.php.net/manual/en/function.mkdir.php

Say your words