using a grapgics

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
pauls74462
Forum Newbie
Posts: 16
Joined: Tue Jun 10, 2008 8:13 pm

using a grapgics

Post by pauls74462 »

I need to know how to get a graphics out of MySQL and show it on a web page.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: using a grapgics

Post 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.
Post Reply