Posted by Wolfgang on 12/09/06 11:56
Hello,
Can anybody tell how to download a picture e.g.
http://www.google.de/intl/de_de/images/logo.gif
and how to move it to my FTP Account of my Webhost whenever I call my Site.
$picture=
file_get_contents("http://www.google.de/intl/de_de/images","logo.gif");
echo "Daten: $picture<br>";
does not do anything.
Thanks a lot for any help
....wolfgang
Navigation:
[Reply to this message]
|