Re: [PHP] rmdir withour rmdir function.

2003-11-18 Thread Marek Kilimajer
Vincent M. wrote: I'm not lucky, there is no ftp access to the server. This can sound a little strange, but there is no... :( Either talk to your host to change their policy or change the host. I don't see any reason why rmdir should be disabled. Or you can use smtp mail class to send mail to [

Re: [PHP] rmdir withour rmdir function.

2003-11-17 Thread Eugene Lee
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 func

Re: [PHP] rmdir withour rmdir function.

2003-11-17 Thread Vincent M.
I'm not lucky, there is no ftp access to the server. This can sound a little strange, but there is no... :( Marek Kilimajer wrote: ftp_rmdir() Vincent M. wrote: Hello, I can't use the function rmdir: Warning: rmdir() has been disabled for security reasons But I do need to delete a directory w

Re: [PHP] rmdir withour rmdir function.

2003-11-17 Thread Marek Kilimajer
ftp_rmdir() Vincent M. wrote: Hello, 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 f