>I need to know which directory functions work when PHP is running in safe mode. >Specifically, I need to know how to delete a directory (not empty) that I inadvertently >created with mode 0700. Thanks.
Try: http://www.php.net/manual/en/features.safe-mode.php#features.safe-mode.funct ions Regards, Jome -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
