Hello all,

I am wanting to paginate records from a MySQL Database.
I want there to be 5 records on a page, on multiple pages.

Can someone point me in the right direction or show me a way to do this?

I can get five records on a page with a LIMIT statement, however, I can not
get it to show the first five, then put a "next" link to the next 5 and so
on.

(I would like there to be a "next" and "previous.")

Thank you for any help.

--
Steve

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to