Re: [PHP] Error when I try to display 20 records per page

2004-11-15 Thread James Kaufman
On Mon, Nov 15, 2004 at 06:56:45PM -0600, Scott McWhite wrote: > Hi, > > > > 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 pagin

[PHP] Error when I try to display 20 records per page

2004-11-15 Thread Scott McWhite
Hi, 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. Example of my problem: searc