Page 1 of 1

displaying results in a page

Posted: Sat Jan 03, 2009 8:06 am
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.

Re: displaying results in a page

Posted: Sat Jan 03, 2009 8:14 am
by sergio-pro

Re: displaying results in a page

Posted: Sat Jan 03, 2009 8:35 am
by susrisha
That helped. Thanks a lot