Generally we fetch data from MySQL table and display the fetch records in rows one by one. But sometimes we need to display the records horizontally as per the image below.
Sir Isaac Newton | Leonardo Vinchi | William Shakespeare |
Adolf Hitler | Siddhartha Gautama | Ian McKellen |
Abraham | Jesus of Nazareth | Walt Disney |
It’s not a tough job. You can see that the records are pulling up and displaying 2 records in a row and after that in the next rows for the next 2 records. The code for such display style is as follows:
Leave a Reply