using a grapgics
Moderator: General Moderators
-
pauls74462
- Forum Newbie
- Posts: 16
- Joined: Tue Jun 10, 2008 8:13 pm
using a grapgics
I need to know how to get a graphics out of MySQL and show it on a web page.
Re: using a grapgics
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.