Page 1 of 1

using a grapgics

Posted: Sat Nov 29, 2008 6:09 pm
by pauls74462
I need to know how to get a graphics out of MySQL and show it on a web page.

Re: using a grapgics

Posted: Sun Nov 30, 2008 12:01 am
by josh
You need a script that selects the BLOB contents, sets output headers and passes thru the raw binary data. You'd cross reference that script from an XHTML document using an image tag.