/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function image_download($file_source, $file_target) { // prepare // opne files // read & write { { // unable to write to file, possibly // because the harddrive has filled up return false; } } // close files return true; }