News Feed
Sections

News Archive
PHPFreaks.com:
Basic Pagination
June 19, 2008 @ 08:47:56

A new tutorial has been posted on the PHPFreaks.com site today dealing with paginating your data (in their example, info from a database).

It makes way more sense to break up your list into page-sized chunks, and only query your database one chunk at a time. This drastically reduces server processing time and page load time, as well as gives your user smaller pieces of info to digest, so he doesn't choke on whatever crap you're trying to feed him. The act of doing this is called pagination.

They include the full script for those that want to jump right in and the detailed info in the rest of the tutorial for those that need a little more insight. The script gets a count of the results first then uses the LIMIT format for MySQL to restrict the number of rows returned each time and where to start those returned rows from.

1 comment voice your opinion now!
pagination tutorial mysql database limit




Similar Posts

Nessa's Blog: Common PHP Errors

Stefan Mischook's Blog: Cannot load mysql extension error - Video Tutorial How To

Pádraic Brady's Blog: Complex Views with the Zend Framework - Part 3: Composite View Pattern

Stefan Mischook's Blog: Creating Custom PHP Functions Video Tutorial - Part 3

Brent Meshier's Blog: Blocking visitors by country using PHP & MySQL


Community Events











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


cakephp mysql security zend PEAR releases book package example application job PHP5 ajax developer framework database conference release code zendframework

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