Basically I need something simple - like:
a table with 3 columns, and however many rows (devided by 3) are in the Mysql database.
Do you know of any good tutorials or code to make something simple like this happen?
I have seen a tutorial on how to build a small photogallery, but it was way too much. I just need to display my record set in 3 columns, but I don't know how to tell Php to start a new row after ever 3 records...
Many thanks in advance.
