I was not refering pagination.

suppossing there are these 3 records

ABC
DEF
GHI
LJK

now a search is done by entering D, which using like & %, and limit would
return the record DEF. The "next" would forward to GHI and "previous" would
backward to ABC.

any idea?

thanks.


----- Original Message -----
From: "Brunner, Daniel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 23, 2001 12:12 AM
Subject: FW: [PHP-DB] next & previous record


> > Check this link out...
> > http://www.oreillynet.com/pub/a/php/2000/11/02/next_previous.html?page
> > =1
> >
> > It's about Next/previous links...
> >
> > It does work, but I've yet to get to get it to work completely with
> > displaying the records (rows) and the links at the same time...
> >
> > It just takes some time to find how to use the mysql_query variable to
> > print out the rows, with every click of the link......
> >
> > If you get any head way let me know...
> >
> > It's great code....
> >
> > Dan
> >
> >
> >
> > ----------
> > From: Dreamvale
> > Sent: Thursday, February 22, 2001 9:55 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-DB] next & previous record
> >
> > hi all,
> >
> > need to implement record scrolling, one at a time -either forward or
> > backward, on MySQL. The key is a char (32) containing part numbers.
> >
> > anyone has done this before?
> >
> > thanks in advance.
> >
> > dreamvale
> >
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail:
> > [EMAIL PROTECTED]
> >
> >
> >
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to