So I basically have a blog that works with a MySQL database and tables that display on the page with all the info I fill in. (I'm sure this is a horrible setup, but I'm a beginner and I'm not really looking for suggestions on that right now). I would like to limit the amount of posts per page to 10, and the rest of the posts to go onto page 2, or 3, etc. But I don't want to have to reload the page, I'd rather it be on the same php page, but when you click links to page 2 or 3, it changes the page to those posts. Any helpers?