![]() |
how to creat a pagination in PHP?
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 |
Re: how to creat a pagination in PHP?
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 :) |
Re: how to creat a pagination in PHP?
Instead of fetching the complete data at the top you could use count(*) as well to make it more efficient.
|
| All times are GMT +5.5. The time now is 00:31. |