I am working on a site where I am displaying news articles on one of the pages.
So, essentially, I can query the database and then display them all on one page. However, I have to be able to display them 10 at a time, when links at the bottom for the previous 10 and the next 10.
I am thinking I should use a multi dimensional array for this one, but can't seem to make it work.
If anyone can offer me a suggestion, or some code, it would be appreciated greatly.