Author Topic: Multiple Page Blog  (Read 178 times)

arone95

  • New Member
  • *
  • Posts: 11
  • Karma: 0
    • View Profile
Multiple Page Blog
« on: March 07, 2012, 07:56:36 PM »
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?

arone95

  • New Member
  • *
  • Posts: 11
  • Karma: 0
    • View Profile
Re: Multiple Page Blog
« Reply #1 on: March 12, 2012, 10:41:03 PM »
Bump because I still need help!

Sarthak Patel

  • Senior Member
  • ****
  • Posts: 368
  • Karma: 6
    • View Profile
Re: Multiple Page Blog
« Reply #2 on: March 13, 2012, 12:33:53 AM »
Quote
Hello arone95,
i think your looking for ajax based paging.
please check the below link it will very helpful for you.
*******
http://www.9lessons.info/2010/10/pagination-with-jquery-php-ajax-and.html
*******
i hope this will helpful for you.
Reply your feedback and issues.
~~SR~~