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!
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!