I have some data stored in a MySQL database .. i would like to show the stored image data along with other data in a .php page..
if i fetch data from the database and use header("Content-type: image/jpeg"); its not possible to show the image with other php data.. is there a a other way ?