I am creating a website that is going to allow customer's to view photography on the site and purchase it when selected for download. I have created all the php and mysql to be able to display the data correctly. But... to display the search results or recordset, how do I make it where the display is say maybe four or five records per row on a page.
For an example: I will have on the first row the first five records (displayed as images) with each image containing the option to view details (detail page) and the title of the image as well as the photographer who took it, and the genre. How do I DISPLAY the records in this manner? I have done a dynamic table, but it's not the type of format I am looking for.