Dear All,
I have a user table where several details of users are displayed.
I wanted to display only 10 users at a time and give the user option to surf other users using paging in PHP.
Anyone who knows how to do Paging in PHP.. Please help..
Thanks in Advance...
How to do Paging in PHP
Moderator: General Moderators
Re: How to do Paging in PHP
Dear All,
I have a car engine which works.
I wanted to drive across the country and give the user option to refill gas tank.
Anyone who knows how to build Car.. Please help..
Thanks in Advance...
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: How to do Paging in PHP
haha 
Try using LIMIT $x, $y at the end of your query.
Try using LIMIT $x, $y at the end of your query.