So I want to test myself to build this part of my site. I've become relatively comfortable with php and mysql and I want to see if I can do this without having code given to me.
I just need a push in the right direction as to where to start.
I am having content displayed from the database and when I reach a certain amount I want to be able to use a system similar to wordpress where when you hit say 10 entries it adds the "older entries" link and displays the next 10 entries and so on.
What would be the best way to start going about this?
I can manage displaying 20 at a time in descending order and can probably figure out displaying Prev and Next links when it hits 20. I jsut don't understand how to get the next page to show the next 20 without coding each page individually... is there an easier way?
(sorry for rambling)



