Displaying items per page

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
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

Displaying items per page

Post by Dilbert137 »

Dear All,

I'm developing a website and I'm searching some documentation on how to list items per page. For example 1,2,3,4.. indexed. Can someone help me.

Regards
Dilbert137
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

What do you mean? Like show ten items one page, the next ten on the next?
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

Post by pedrotuga »

If you mean pagination I suggest you search both these forums and on google.
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

Post by Dilbert137 »

Yes I mean displaying for example 10 lines per page and the other page the other next 10 items.

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

Post by feyd »

That's pagination. It's been talked about a lot over the years. Time to start searching. ;)
Post Reply