View Thread : Pagination in PHP


urvisha
Hello

I want help regarding pagination in php. I have many records and I want to display it page by page. From where I will get code snippet for it?

Thank you

yhack
Here's a tutorial which could teach you how to do it.
It used next and previous links, but you could probably modify it to have page numbers.

http://www.spoono.com/php/tutorials/tutorial.php?id=25