Re: [PHP-DB] multiple pages

2003-01-08 Thread Jim Hunter
y 08, 2003 11:51:31 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] multiple pages Hello everybody, I am PHP-beginner, and I have to code the multiple result pages management - just like search engines display something like that: < Last>> io each page allowing users to link to

Re: [PHP-DB] multiple pages

2003-01-08 Thread Joye Pierre-Alain
Hello, Look at this usefull PEAR package : http://pear.php.net/package-info.php?pacid=31 A tutorial is available at: http://www.pearfr.org/docs/dbpager.php?lang=en hth pierre -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] multiple pages

2003-01-08 Thread Serguei FRAMPOL
Hello everybody, I am PHP-beginner, and I have to code the multiple result pages management - just like search engines display something like that: < Last>> io each page allowing users to link to a dozen neighboring pages directly. Could you give me some tips of how to code this kind of manageme

Re: [PHP-DB] multiple pages for large result sets

2002-01-29 Thread Jason Wong
On Wednesday 30 January 2002 09:48, [EMAIL PROTECTED] wrote: > Hello, > I have this query: > if ($cat){ > $result = mysql_query("SELECT * FROM table WHERE $cat=1",$db); > if ($myrow = mysql_fetch_array($result)); { > do { > I use a link on the menu to call th

[PHP-DB] multiple pages for large result sets

2002-01-29 Thread mike
Hello, I have this query: if ($cat){ $result = mysql_query("SELECT * FROM table WHERE $cat=1",$db); if ($myrow = mysql_fetch_array($result)); { do { I use a link on the menu to call this query() This returns a large result set that I would like to span accros