Massive table, need help to split it up!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
xad001x0w
Forum Newbie
Posts: 6
Joined: Wed Sep 27, 2006 1:55 pm
Location: Oxford, UK

Massive table, need help to split it up!

Post by xad001x0w »

Hi, when i fist designed my website, displaying the table of users (stored using mysql) as just that, a big table of the users on one singgle webpage was a fine idea. however now that i have 560 members and getting 20+ more a day a huge long table is less than desireable. I need some help and examples on how to break it down into more managable chunks. Eg. choose number of rows to show per page and have it dynamically show X rows per page and have links to next and prev pages.
Many thanks!
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Search this forum for :: pagination
xad001x0w
Forum Newbie
Posts: 6
Joined: Wed Sep 27, 2006 1:55 pm
Location: Oxford, UK

Post by xad001x0w »

thanks, i meant to say i had no idea what it was called so i didnt search
Post Reply