| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Masood Nasir | Date: | January 1 1970 12:00am |
| Subject: | Re: Storing BLOBs ??is it a faq? | ||
| View as plain text | |||
get the data like normal data through result set.
and using say PHP print the content-type:
Header("Content-type: $type");
echo $data;
or through whatever tool you use. where $type can be image/gif and $data
is data from mysql. untested but should work :)
-- Regards,
-- Masood Nasir :-) [Systems Engineer] - http://www.masood.net ;)
-- One Net, Lahore, Pakistan. <http://www.one.net.pk>
On Wed, 21 Jun 2000, Mark Lo wrote:
> Hi,
>
> Now, I know how to insert and update. Then what is the syntax for retirve
> the image file so that it can be shown on the web.
>
> Thank you so much
>
> Mark
>
| Thread | ||
|---|---|---|
| • Storing BLOBs ??is it a faq? | Dr. Dieter Becker | 20 Jun |
| • Re: Storing BLOBs ??is it a faq? | sinisa | 20 Jun |
| • RE: Storing BLOBs ??is it a faq? | Dr. Dieter Becker | 20 Jun |
| • RE: Storing BLOBs ??is it a faq? | sinisa | 20 Jun |
| • Re: Storing BLOBs ??is it a faq? | Steve Ruby | 20 Jun |
| • Re: Storing BLOBs ??is it a faq? | Mark Lo | 20 Jun |
| • Re: Storing BLOBs ??is it a faq? | Masood Nasir | 20 Jun |
| • Re: Storing BLOBs ??is it a faq? | sinisa | 21 Jun |
| • Re: Storing BLOBs ??is it a faq? | Mark Lo | 21 Jun |
| • Re: Storing BLOBs ??is it a faq? | sinisa | 21 Jun |
| • Re: Storing BLOBs ??is it a faq? | Thimble Smith | 21 Jun |
| • RE: Storing BLOBs ??is it a faq? | Dennis Gearon | 20 Jun |
