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 can't. You need to create another php script to return the image data, e.g. getImage.php. Change catalog.php to:
Then getImage.php is