News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Pagination of Results on a Web Page
October 04, 2006 @ 16:17:00

PHPBuilder.com has another in their series of excerpts from the Sams Publishing book "PHP 5 in Practice" today - a look at paginating results on a website.

When creating browse or search functionality on a website, you many find that you end up with more data than the page can easily display at once. In these situations it makes for a better user experience to give users only a certain number of results and then present them with options to see the next and/or previous pages.

The code listing is slightly complex, but it does provide a good, clear look at how to paginate the values in an array. They also explain a bit about the two functions that make it possible - http_build_ query and array_chunk.

0 comments voice your opinion now!
php5 practice book excerpt pagination results php5 practice book excerpt pagination results


blog comments powered by Disqus

Similar Posts

Job Posting: Assembleron Ltd Seeks PHP 5/MySQL/Ajax Developers (Reading, UK)

Matthew Turland's Blog: An Update on "Web Scraping with PHP"

Pro-PHP Podcast: Interview With Cal Evans

DevShed: Processing File Data with Template Classes in PHP 5

php|architect: MTA releases new Guide to PHP 5 Migration


Community Events











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


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

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