Image display problem
Posted: Tue Sep 12, 2006 10:08 am
I am trying to display an image which is stored in MySQL Database as a BLOB type. I wrote the image retrieving code in a seperate script - img.php. And I am calling this img.php in my Image command -
<img src="img.php">
I do not know why but my script - img.php is not getting called. I have seen code like this everywhere on the Net but for some reason it does not work for me.
Any help would be appreciated. Thank you
<img src="img.php">
I do not know why but my script - img.php is not getting called. I have seen code like this everywhere on the Net but for some reason it does not work for me.
Any help would be appreciated. Thank you