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
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
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
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
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