Posted by Sean on 12/20/05 16:22
If you want to check if the sub directoy exists and if not create it then its only two lines of code: if (!file_exists($dir)) mkdir($dir) If you are using php 5 there is a recursive param added. Never tried it myself: http://ie2.php.net/mkdir
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming