PHP 8.5.0 Alpha 4 available for testing

Voting

: max(zero, seven)?
(Example: nine)

The Note You're Voting On

Hugo locobyte at hotmail dot NO_SPAM dot com
22 years ago
Using "ftp_rename" to move files to other directories on server ftp
..
...
if(ftp_rename($conn_ftp, $xfiles[$i], "./dirx/".$xfiles[$i])) {
echo "File $xfiles[$i] moved to ./dirx";
} else {
echo "ERROR!!!. The file could not be moved";
}
...
..
#-->>h2m, bye

<< Back to user notes page

To Top