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...
Page navigation
Moderator: General Moderators
Re: Page navigation
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
Use Zend_Paginator - http://framework.zend.com/manual/en/zen ... usage.html
Re: Page navigation
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.