On Mon, Nov 17, 2003 at 09:37:52PM -0500, Vincent M. wrote: : : I can't use the function rmdir: : Warning: rmdir() has been disabled for security reasons : : But I do need to delete a directory with php. How can I do ? Is there : any way to delete an empty directory without using the rmdir function ? : : I tried to use the unlink function on the directory, but It does not : work, it only works for files...
Sounds like your PHP host did a thorough job of securing themselves. If you can't do it, then you can't do it. Then it's a matter of talking to your PHP host's admin and convincing him that the feature you need is worth the effort. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php