Posted by Fιrnas on 07/25/07 12:27
On 25 jul, 05:43, gosha bine <stereof...@gmail.com> wrote:
> 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
Thank's all.. It worked!!!
your help was very appreciated...
Regards
[Back to original message]
|