Firstly Thanks in Advance..
I am trying to store an image in BLOB form into database
and
want to show that image on browser on retriving it from database..
Code used to convert image to blob is given below..
ini_set('display_errors', 'On'); error_reporting(E_ALL); $img=file_get_contents("$_file[tmpname]");
but i am not able to display this image on retriveing record from database
...
Please suggest me with code for
1. image to BLOB converstion
2. BLOB to image ( on browser )