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";
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
2 matches
Mail list logo