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

Script-Tutorials.com: Watermark processing on images using PHP and GD

DevSnippets.com: Getting Started with CodeIgniter and How to Create All Those Great Apps

PHPBuilder.com: Testing with the Zend Framework: How to Get Started

PHPMaster.com: Writing Custom Session Handlers

Nexen.net: PHP statistics for September 2007


Community Events











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


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

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