[PHP] displaying database results with forward and back buttons

2004-07-11 Thread Matthew Oatham
Hi,

I have a query that returns lots of rows so I want to display the results in blocks of 
25 or so on my web page and have forward and back buttons to navigate the results. Can 
someone point me in the right directions please I have tried to look around for 
something using google but cant think of a suitable search term

Thanks

Matt

Re: [PHP] displaying database results with forward and back buttons

2004-07-11 Thread Larry E . Ullman
I have a query that returns lots of rows so I want to display the 
results in blocks of 25 or so on my web page and have forward and back 
buttons to navigate the results. Can someone point me in the right 
directions please I have tried to look around for something using 
google but cant think of a suitable search term
I think pagination might be the term you're looking for. I'm pretty 
sure there's a PEAR class which will help with this or you can check 
PHPBuilder.com or Zend.com for articles on the subject.

Larry
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php