How do you break an index file into several pages?

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
iliyasu
Forum Newbie
Posts: 1
Joined: Sat Apr 08, 2006 7:58 am

How do you break an index file into several pages?

Post by iliyasu »

Hi

Our host have been complaining that our files are overloading his server. And part of reason is that the index file contains thousands on records. He is suggesting that we break the index file into pages of five hundred records. We have no ability to do it that why we turned to you for help.

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I believe you are looking for a "pagination" solution. We talk about them all the time. Poke around. If you have further questions, ask away.
Post Reply