Page 1 of 1

Page navigation

Posted: Tue Dec 29, 2009 10:40 am
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...

Re: Page navigation

Posted: Tue Dec 29, 2009 1:43 pm
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.

Re: Page navigation

Posted: Tue Dec 29, 2009 2:48 pm
by bytebrite

Re: Page navigation

Posted: Tue Dec 29, 2009 3:00 pm
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.