Re: [PHP] Transfering an image

2001-04-26 Thread Steve Werby
"Ben Quinn" <[EMAIL PROTECTED]> wrote: > I am trying to copy an image from an external server and save it to my own. > I have the following script to do this for a txt file and it works great! > > ?> > > $page = "../temp/yep.txt"; > > $date = date("http:/www.example.com/yep.txt"); > > $cartFile =

[PHP] Transfering an image

2001-04-25 Thread Ben Quinn
Hi all, I am trying to copy an image from an external server and save it to my own. I have the following script to do this for a txt file and it works great! ?> $page = "../temp/yep.txt"; $date = date("http:/www.example.com/yep.txt"); $cartFile = fopen("$page","a"); fwrite($cartFile,$date,st