I have a database which has a table having the columns: id, name, title, location, and date.
Now I wish to fetch the data from the tables and report the latest 6 entries containing all the fields except for the 'id'. I can do that, however, the problem is here: How do I get those entries to display in a layout such as this one? http://i53.tinypic.com/2elz6o4.png
Again, the problem is with getting them in that particular layout, because I don't think a do/while loop would help.
Thanks.