I want to know how to show multiple image in a table like as given format
1stimage 2nd image 3rd image
4thimage 5th image 6th image
7thimage 8thimage ........
These images are coming from a database.There may be many images in the database.
Please help me?
To achieve something like this:
You can easily make things configureable by wrapping it into an
iteratorof it’s own that provides rows and columns:Some Demo and see as well Some PHP Iterator Fun.