News Feed
Jobs Feed
Sections




News Archive
DevShed:
Paginating Result Sets for a Search Engine Built with MySQL and PHP 5
August 01, 2007 @ 13:41:39

DevShed continues their look at creating a search engine (after part one) with this next tutorial in the series. It focuses on the pagnation of the results from the search query.

In this second tutorial of the series I'm going to show you how to add some crucial characteristics to the previously-developed search engine. These include the implementation of paginated results and the ability to perform Boolean searches.

They build on the code from the previous tutorial and add in some simple pagination functionality by changing up the Result class to handle things like counting rows and displaying only a certain number of results at a time. To help make the pagination easier, they've also included a method to keep the search term constant across each page of the results - a custom session handler.

1 comment voice your opinion now!
php5 result set pagination mysql search engine tutorial php5 result set pagination mysql search engine tutorial


blog comments powered by Disqus

Similar Posts

PHPMaster.com: From Zero to Cloud: Setting up an EC2 Sandbox, Part 3

Community News: The "Go PHP5" Effort Officially Launched

Zend Developer Zone: Book Review: Professional Search Engine Optimization with PHP

Rob Allen's Blog: On models in a Zend Framework application

PHP Magazin: PHP4 has to die (No more PHP4-based Articles)


Community Events











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


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

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