<?php $f=fopen("donde_guardar.ext", "w"); fwrite($f, file_get_contents("url_del_archivo.ext")); fclose($f); ?>