Hello,

Kelly Meeks wrote:
> 
> Silly question,
> 
> Does anyone have a quick example of how you would show X numbers of database records 
>at a time from a query?  (you know, list 25 of 400 records with  next/previous 
>navigation)...

You may want to try this class that does exactly what you want and also
displays alternated rows with different colors for readability and even
can highlight the row that is under the mouse pointer. Also it works
with any supported database (not just MySQL).

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]

Reply via email to