Joined: Wed Feb 24, 2010 8:15 am Posts: 1
|
|
I want to retrieve all images from mysql which is stored in blob type data. I have used a while loop but it retrieve one image but not all the images from mysql data table. I'm attaching the php file where I write code to retrieve data. There is only two column in my table 'id' primary key with auto increment and another is blob.
|
|