Re: how to delete directories that are created by PHP?



Eric Layman wrote:
Thanks

What I meant was,

are there any other solutions other than using php's RMDIR?

You could always use exec() and use the systems "rm -rf" instead, as long as the webserver is owning the directories, it should go well, and with "rm -rf" the directory can be full.

--

//Aho
.