[PHP] Re: Pagination need help again

2004-11-13 Thread Matthew Weier O'Phinney
* Scott McWhite [EMAIL PROTECTED]: I'm using an HTML search form that passes the searchterm to a php file. In my case the searchterm can have 1000s of records in my database, so I implemented a limit which displays 20 records per page. The pagination function works fine with one exception.

[PHP] Re: Pagination need help again

2004-11-13 Thread M. Sokolewicz
Matthew Weier O'Phinney wrote: * Scott McWhite [EMAIL PROTECTED]: I'm using an HTML search form that passes the searchterm to a php file. In my case the searchterm can have 1000s of records in my database, so I implemented a limit which displays 20 records per page. The pagination function works