displaying results in a page
Posted: Sat Jan 03, 2009 8:06 am
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.
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.