News Feed
Jobs 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


blog comments powered by Disqus

Similar Posts

DevShed: Using Directory Iterators and MySQL with Adapter Objects with PHP

Stefan Mischook's Blog: Video Tutorial: Processing forms with PHP, Part 3

Iwan Luijks' Blog: Using Enchant with PHP on Windows - Part 1

PHPBuilder.com: Parsing XML with the DOM Extension for PHP 5

Zend Developer Zone: OSCON '07 Wrapup


Community Events











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


release example api functional opinion community composer unittest zendframework2 conference tool framework interview series podcast development testing code introduction language

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