Re: A PHP function for saving an image to the local hard drive?
"Jess Lin" <jalnet@juno.co m> wrote in message
news:2a7a12b7.0 406221916.6cd4e 94f@posting.goo gle.com...[color=blue]
> Help!
>
> I am looking for a PHP function that when run, would save an image to
> the user's hard drive.
>
> -Jess[/color]
You don't need PHP. Plain HTML will do:
<img src="image.gif" >
The browser will save the image somewhere on the harddrive.
Re: A PHP function for saving an image to the local hard drive?
"Jess Lin" <jalnet@juno.co m> wrote in message
news:2a7a12b7.0 406221916.6cd4e 94f@posting.goo gle.com...[color=blue]
> Help!
>
> I am looking for a PHP function that when run, would save an image to
> the user's hard drive.[/color]
Comment