Re: Image display Blob

2002-10-24 Thread muyuan
I have seen a solution from a book how to display image queryed by php from db step 1. at first like you ,create a php using Header("Content-type: image/gif") to display the mesage queried from my sql. This displays the image .for example this file named "image.php?imageID = ???" step 2 . in p

Image display Blob

2002-10-15 Thread anonazyet
Hi! I have a html-php form which connects to a my-sql DB and retrieves and displays the name and image(Stored in Blob) I'm using Header("Content-type: image/gif") to display the mesage queried from my sql. This displays the image, but I want it displayed in a along with other text and not exclus