Re: Tutorial: Storing Images in MySQL with PHP / Part II / Display your images
Jaan,
I loved your easy to follow instructions but I want to do something slightly different. I have a MySQL db and want to display a Blob image from it into a table populated by PHP.
I have a MySQL query which selects all records from the database and then displays the text content from each record on a row in the table.
I want one of the table cells in each row to display the blob image.
How do I do this?
Regards
CG
|