Paging

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
S_henry
Forum Contributor
Posts: 148
Joined: Sun Jan 25, 2004 10:25 pm
Location: M'sia

Paging

Post by S_henry »

Let say I have 40 record in my table. But only 23 records is selected for my sqlquery. So I want to make paging system in my page. I mean at first, only 10 records will be displayed. After click next button, that page will display the next 10 records and so on. At this time, I only can display all 23 records in 1 page. Anybody can help me pls?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Try a search here and on Google on pagination - there's a few topics about.

Mac
Post Reply