As a php developer, you will often be tasked to display large amounts of data to the user in some kind of easy to read format.
I have some records, I want to display records page by page!
Any one give tutorial about pagination in php?
I found some php pagination scripts listed on the site PHPKode.com
|
Go4Expert Member
|
|
| 19Feb2011,10:35 | #2 |
|
i send you my simple code for pagination
PHP Code:
may be there would some easy method but i like to use this simple code
|
|
Go4Expert Founder
|
![]() |
| 19Feb2011,11:13 | #3 |
|
Instead of fetching the complete data at the top you could use count(*) as well to make it more efficient.
|

