
February 24th, 2000, 10:48 AM
|
|
Junior Member
|
|
Join Date: Feb 2000
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I am using MySQL together with PHP3. I want to create a 'search engine' where the results are not displayed as one big listing on a single page, but on multiple pages with something like 20 results per page. The user will have the option to click on some link to get the next/previous set. My first idea is to implement this with MySQL's LIMIT. Can anyone advise if this is the right way to do this, or perhaps tell me about other ways.
Thanks for your help,
Rene
|