Page 1 of 1

How to do Paging in PHP

Posted: Thu May 14, 2009 1:07 am
by sheikhmdirfan
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...

Re: How to do Paging in PHP

Posted: Thu May 14, 2009 1:21 am
by requinix
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...

Re: How to do Paging in PHP

Posted: Thu May 14, 2009 1:24 am
by jaoudestudios
haha :lol:

Try using LIMIT $x, $y at the end of your query.

Re: How to do Paging in PHP

Posted: Thu May 14, 2009 2:55 am
by Griven