News Feed
Jobs Feed
Sections




News Archive
PaperMashup.com:
Easy PHP Pagination
December 22, 2009 @ 10:38:08

In a new post to Ashley Ford's blog there's a tutorial on paginating your data (from an array of data pulled from a database) with a simple PHP script:

I've had a few pagination scripts over the years but I thought i'd share the one that i'm currently using as it's a useful script to have in your toolbox. As a developer you'll soon find a need to paginate data when displaying contents from the database, and rather than use JavaScript which could require all the data to be loaded into the page on load, we can use PHP to ensure that we're only requesting the data that we need from the database.

Some sample code is included showing how to use the LIMIT statement (there's similar features in the other major databases) to only pull a subset of the data needed back into your script. Some CSS is also included to make it all look a bit. You can see it in action here and download the source here.

1 comment voice your opinion now!
pagination tutorial database


blog comments powered by Disqus

Similar Posts

Ruslan Yakushev's Blog: Multiple PHP versions on the same IIS server

Rubayeet Islam's Blog: MySQL Prepared Statements and PHP : A small experiment

The Bakery: Advanced Pagination (1.2)

Mayflower Blog: Creating coding standards for PHP_CodeSniffer

IBM developerWorks: Build a web-based notification tool with XMPP


Community Events











Don't see your event here?
Let us know!


testing tool introduction community release zendframework2 application phpunit unittest object development example framework podcast functional opinion language interview code series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework