Hi rake,
I've got a form in a php page. And the php is set to build page numbers based on rows of the database.
So... 10 rows per page then the script builds page 2.
Then it places links for previous, next, and the page number at the bottom of the page.
Just a basic php pagination.
What I wnat to do is add a link on this page that allows a user to see all results on a single page if they want, essentially turning off the pagination. I'm not sure how to write a link to ignore the $max_results/page limitation.
Thanks
|