[PHP] Pagination need help again

2004-11-13 Thread Scott McWhite
Sorry,   It’s me again.  I tried all the recommendations from my first responses and could not find the proper syntax on how to use it in my file.    My original email question,error, and my php code is listed below.  Thank you in advance for all your help, this is a great community.  

Re: [PHP] Pagination need help

2004-11-04 Thread Mike
on 11/3/04 11:22 PM, Scott McWhite at [EMAIL PROTECTED] wrote: > Does anyone have sample code for using an HTML search form with pagination? Scott, I followed this tutorial and it helped me accomplish what you are trying to do. http://www.phpfreaks.com/tutorials/43/0.php Good luck. +-

Re: [PHP] Pagination need help

2004-11-03 Thread Jason Wong
On Thursday 04 November 2004 04:22, Scott McWhite wrote: > function works fine with one exception. Example of my problem: searchterm > typed in the html search form equals “ford”, in the database there are 2000 > fords, the first page displays 20 fords and then the next page forgets that > we are

[PHP] Pagination need help

2004-11-03 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: search