In PHP 4.3 you can actually just use copy().  In previous versions if you
just want to dump it out you can use readfile(), or if you want to store
it, use a simple fopen(), while(!feof()) fread() loop.

-Rasmus

On Sun, 29 Sep 2002, scott wrote:

>
> Hello there
> I am trying to copy a remote graphic from http://blah.com/blah.jpg to my
> server. How would I achieve this in php I have looked on the archives
> but can't seem to find the best way. I am running 4.1.2 on apache unix.
>
> I understand copy will not work on remote files (tried it) but I am not
> sure of the correct fopen fwrite etc code! Any sample code or pointers
> are most helpful Best regards Scott
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to