Posted by gosha bine on 07/25/07 08:43
On 24.07.2007 21:00 Férnas wrote:
> Hello all,
>
> How can I save a image that is on internet (eg:
> http://www.agalera.com.br/_img/layout/logo.gif)???
>
> I would like to save the image on my server...
>
> many thanks
>
file_put_contents('mylogo.gif',
file_get_contents('http://www.agalera.com.br/_img/layout/logo.gif'));
;)
--
gosha bine
makrell ~ http://www.tagarga.com/blok/makrell
php done right ;) http://code.google.com/p/pihipi
[Back to original message]
|