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.
displaying results in a page
Moderator: General Moderators
- sergio-pro
- Forum Commoner
- Posts: 88
- Joined: Sat Dec 27, 2008 12:26 pm
Re: displaying results in a page
That helped. Thanks a lot