generated batched output list

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
aman
Forum Newbie
Posts: 2
Joined: Fri Jan 16, 2004 3:08 am

generated batched output list

Post by aman »

Normally, when there is along list of output to be displayed, we need to group them into batches. The numbers of pages are displayed below, just like in search engines. Does anyone has an easy to use php module for this?
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

You can write your own fairly simply. Just need to know the total number of results, how many to show per page, and what reuslt number the page begins on, and your good to go :)
Post Reply