Re: [PHP] Problem with ftp_rmdir

2006-05-02 Thread Richard Lynch
On Tue, May 2, 2006 8:06 am, PJ wrote: > I'm using function ftp_rmdir to create some aplication and for testing > I've used following sample from php.net > > if (ftp_rmdir($conn_id, $dir)) { > echo "Successfully deleted $dir\n"; > } else { > echo "There was a problem while deleting $dir\n";

[PHP] Problem with ftp_rmdir

2006-05-02 Thread PJ
Hello everybody, I'm using function ftp_rmdir to create some aplication and for testing I've used following sample from php.net if (ftp_rmdir($conn_id, $dir)) { echo "Successfully deleted $dir\n"; } else { echo "There was a problem while deleting $dir\n"; } Command really removed specif