Log in

View Full Version : How to display blob data type?



devil_vin
09-30-2007, 04:06 PM
Hey,guys!I have some images stored in blob data type,how can display it as actual image?Thanks..

Twey
09-30-2007, 07:15 PM
You need to create a separate page to output the image, then link to it as you would a normal image (e.g. <img src="viewimage.php?id=3" alt="Some image">).