$res = file_get_contents("http://www.abc.com/a.gif"); // dosyayi kendi sunucuna kaydet $f = fopen("./resim/a.gif", "w"); fwrite($f, $res); fclose($f);