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
You need to retrieve and disect the information into what you need.
while($row = mysql_fetch_array($result)) { echo "img src='",$row['filename'],"' width='175' height='200' />"; }