How can we do pagination in php?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
RishikeshJha
Forum Newbie
Posts: 11
Joined: Tue Mar 31, 2009 1:54 am

How can we do pagination in php?

Post by RishikeshJha »

hi,

can anyone provide me script for pagination. i am using php with mysql.

Thanks in advance
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: How can we do pagination in php?

Post by jaoudestudios »

Use LIMIT in your MySQL queries.

If you do it with AJAX I recommend jQuery
Post Reply