Re: getting an image
Sebastien Nadeau (Sebastien.Nadeau@bibl.ulaval.ca)
Tue, 15 Jun 1999 12:12:08 -0400
At 11:12 99-06-15 -0500, Jonathan W. Daniel wrote:
>I assume it is this line I have to change:
>$response_data = $response->as_string;
nope, you only have to change this line:
$response = $ua->request($request);
to
$response = $ua->request($request,$filename);
where $filename is a valid file name and path for your machine.
I don't think this list is the right place to ask such questions though.
You should use the newsgroups.
Sebastien Nadeau