/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<? // DOWNLOAD REMOTE FILE // this is a-lot more complicated than it looks // $url is the url of the file, must have fopen wrappers enabled // $dir is the directory to save the file to relative to the current working directory // file is saved with the same file name from its source function getfile($url, $dir){ } ?>
URL: http://phelps.impactwow.com