[PHP] Paginate Queries

2004-02-26 Thread Shaun
Hi, Using the following function I can present any query in a table. However some of the results are very large and I would like to limit all results to 1000 rows. So I am trying to paginate the results. However the page that calls these queries uses form elements to create the query. So I need to

Re: [PHP] Paginate Queries

2004-02-26 Thread Tom Rogers
Hi, Friday, February 27, 2004, 8:31:32 AM, you wrote: S> Hi, S> Using the following function I can present any query in a table. However S> some of the results are very large and I would like to limit all results to S> 1000 rows. So I am trying to paginate the results. However the page that S> ca