Re: [PHP-DB] PHP Results on multiple pages

2009-02-03 Thread Tariq Ismail Dalvi
Hello Guys, Thank you for your help and suggestions the search script with pagination is working now i may add bells and rebins to it later. Thanks again to Chris you really put me on track. Best regards Tariq Dalvi -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-DB] PHP Results on multiple pages

2009-01-28 Thread Chris
Tariq Ismail Dalvi wrote: Hello Chris, I am inserting complete script for you to have a look at and was using $s = $pages // Get the search variable from URL $var = @$_GET['q'] ; $trimmed = trim($var); //trim whitespace from the stored variable // rows to return $limit=10; // check for a

Re: [PHP-DB] PHP Results on multiple pages

2009-01-28 Thread Tariq Ismail Dalvi
Hello Chris, I am inserting complete script for you to have a look at and was using $s = $pages // Get the search variable from URL $var = @$_GET['q'] ; $trimmed = trim($var); //trim whitespace from the stored variable // rows to return $limit=10; // check for an empty string and display

Re: [PHP-DB] PHP Results on multiple pages

2009-01-26 Thread Chris
This script do everything fine counting total records it display's 1 to 10 records on first page with numbers but second location where i want it to display Showing results 1 to 10 it shows 17 to 26 second it displays a link to Next but not working. It takes roughly 20 secs to do a search? Per