Posted by slave4code on 03/13/06 22:09
Well im usualy doing like this:
Lets say i want file http://www.google.lt/images/hp0.gif
Im allways downloading it to my server couse later it could be not
available anymore from google. So its like a protection.
bool copy ("http://www.google.lt/images/hp0.gif", "downloads/hp0.gif"
);
Returns TRUE on success or FALSE on failure.
Navigation:
[Reply to this message]
|