How do I create directories with PHP3?
You could use the mkdir() function. http://www.php.net/manual/en/function.mkdir.php
Or You could just run a command line for your system. http://www.php.net/manual/en/function.exec.php