Re: how to delete directories that are created by PHP?
Posted by J.O. Aho on 01/31/07 09:05
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.