Page navigation

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
hack4fair
Forum Newbie
Posts: 1
Joined: Tue Dec 29, 2009 10:34 am

Page navigation

Post by hack4fair »

I am trying to navigate through a table data in mysql database in different pages displaying some amount of data per page.Any one who has any idea???????
this is what a want to do...
prev first 1 2 3 4....last next
thanks in advance...
User avatar
manohoo
Forum Contributor
Posts: 201
Joined: Wed Dec 23, 2009 12:28 pm

Re: Page navigation

Post by manohoo »

Implementing paging is one difficult task for the PHP novice. I suggest that you search the internet for a few paging scripts and study them.
bytebrite
Forum Newbie
Posts: 5
Joined: Tue Dec 29, 2009 1:42 pm

Re: Page navigation

Post by bytebrite »

User avatar
JNettles
Forum Contributor
Posts: 228
Joined: Mon Oct 05, 2009 4:09 pm

Re: Page navigation

Post by JNettles »

Agreed. ZP will save you a lot of time especially when you're tearing your hair trying to figure out why your math is wrong.
Post Reply