$adres='http://abc.com/d.gif'; $icerik=file_get_contents($adres); $dosya=fopen('d.gif', 'w+'); fwrite($dosya, $icerik);