displaying results in a page

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
User avatar
susrisha
Forum Contributor
Posts: 439
Joined: Thu Aug 07, 2008 11:43 pm
Location: Hyderabad India

displaying results in a page

Post by susrisha »

I have a page in php that shows details of all the users in a particular table of mysql.

Now the problem is that if the number of entries in the table gets higher, the result will be displayed as a scroll down. I want to restrict the number of entries to a number and put a link next and previous at the bottom which will give the next and previous results of the page.

Is there a possible way to do this??

Basically i am looking for >>Next and <<previous buttons to be added to a page.
User avatar
sergio-pro
Forum Commoner
Posts: 88
Joined: Sat Dec 27, 2008 12:26 pm

Re: displaying results in a page

Post by sergio-pro »

User avatar
susrisha
Forum Contributor
Posts: 439
Joined: Thu Aug 07, 2008 11:43 pm
Location: Hyderabad India

Re: displaying results in a page

Post by susrisha »

That helped. Thanks a lot
Post Reply