[PHP] Re: Prev ... Next

2001-12-25 Thread Manuel Lemos

Hello,

Rambo Amadeus wrote:
 
 Hi,
 I have about 100 names in mysql. How can i display them in groups of 10, and
 have next and previous links.

You may want to try this PHP Class that displays HTML tables with query
results that may be limited per page. In that case it display links to
go to the next, previous, last, first and some intermediate pages that
you may configure. See the HTML example page. This class works with
MySQL and many other databases:

http://phpclasses.UpperDesign.com/browse.html/package/130

Regards,
Manuel Lemos

-- 
PHP General 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] Re: Prev ... Next

2001-12-24 Thread Arcadius A.

http://www.onlamp.com/pub/a/php/2000/11/02/next_previous.html

Arcadius



-- 
PHP General 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]