I want to create a media gallery type script. It will retrieve image locations form a db along with some other information. What would be the best way to create a 5x6 grid of the pictures using tables.
I'm guessing something like create an array of all the results then loop it? But is there a neat way that I can adapt. Also it would be great if I could find a way to alternate the bg color of evey other row.
Thanks in advance for replies.
Tom