Page 1 of 1

group search results

Posted: Thu Sep 22, 2005 8:35 am
by sebs
How can I group the search results in more than one page?How do I transmit to the other page what I have not showed in the first result page?

Posted: Thu Sep 22, 2005 8:37 am
by Jenk
By use of the LIMIT function/property in the SQL query.

You can specify the start row and finish row of the selection you wish to display.

Use GET variables to transmit between page requests to specify which rows to start and finish on :)

Posted: Thu Sep 22, 2005 8:59 am
by John Cartwright
search terms "pagination"