Re: [PHP] Search Page question

2002-07-16 Thread Peter J. Schoenster
On 16 Jul 2002 at 10:51, Mark McCulligh wrote: > I have newbie question. > > I am building a search page that will return any number of records and > want to display only 30 at a time say. Then have one of though "Page > 1 of 3 [1] [2] [3] Next>" on top of the record list. > > What is the bes

[PHP] Search Page question

2002-07-16 Thread Mark McCulligh
I have newbie question. I am building a search page that will return any number of records and want to display only 30 at a time say. Then have one of though "Page 1 of 3 [1] [2] [3] Next>" on top of the record list. What is the best way to do this. I was looking at using the LIMIT feature in

[PHP] Search Page

2002-02-08 Thread Georgie Casey
I'm making a search page on my site where users enter certain criteria and I ouput the results like many other webistes: By first telling how many results were generated, then having dynamic pages to view, say, 10 results at a time. So first I have to SQL the database to get totalresults, then ca