want to join us? register, it's easy | help
category icon

Simple PHP/MySQL Pagination

in PHP added by goodphptutorials, on 3/2/2007 databases mysql pagination

Learn how to implement pagination for results from a MySQL database. Full code for a php pagination class is presented.

2 comments save report
 
to add comments, create a free account, or sign in
badassbob 0 points on 23/2/10

Good Stuff. Thanks!

pitufo 0 points on 17/4/10

This seems to be a pretty good script! But the description on how to implement it is rather 'foggy'.

How is the script connecting to the DB?
Do i have to MySQL_fetch_array() or does the script do this?
Where do i put the Do While?