"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 =
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
2 matches
Mail list logo