I created a MySQL database with a table using phpmyadmin. I created this table with a BLOB column to hold a jpeg file.
I have issues with regards to the php variabl
Technically, you can too put image data in an img tag, using data URIs.
There are some special circumstances where this could even be useful, although in most cases you're better off serving the image through a separate script like daiscog suggests.