Hi there all. I am struggling to display blob images uploaded and stored in the mysql table below. So I am inviting anyone with blob images knowledge to help me develop a php code to display all the information and images stored in the table. Here is the structure of the table below:
Database: test
Table name: tbl_images
Id: int primary key not null auto increment
Image: blob
Description: text
Taken_by: varchar(50)
Email: varchar(50)
Time: timestamp
Thank you in advance.