Listing X number of items per page in a directory

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
Ducky77ar
Forum Newbie
Posts: 1
Joined: Mon Sep 05, 2005 7:07 pm

Listing X number of items per page in a directory

Post by Ducky77ar »

Hi everybody,
I have a directory with 1000 pages in it and an index that displays the content of that directory. Is it possible to make that index.php display 80 files at a time and then go to the next page so the page load is not that heavy?
Any suggestions are welcome!
:)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

search the skies/world/google/here for pagination.
Post Reply