I am building a page that will pull results from a mySQL db and then output the results to the page.
I want to limit each row in the table to 5 results (columns) across and up to 3 rows at a time.
To see an example that is almost working check out my site at
http://fdd.no-ip.com/index.php?page=gallery.php
Then I want if I pull more that 15 results (according to the math from above) I would like to then have a next button that would show the next 15 results (if that many) on the next page. And so on.
I have seen some examples of sites that do this with an Array. How do I set this up?
Thanks.