another one. can i copy a file to another url? i don't want to upload with a form i want to copy the files. i know that since php ver 4.3 i can do it but i have php 4.2.2
fabrizzio
Moderators: macek, egami, gesf
if (!copy( $file, $dir )) {
print ("failed to copy $file...<br>\n");
}else{
print ("$file succesfully copied into $dir");
}

Return to PHP coding => General
Users browsing this forum: No registered users and 4 guests