News Feed
Jobs Feed
Sections




News Archive
Developer.com:
Creating a Code Search Engine with PHP and MySQL
April 12, 2007 @ 09:30:00

Developer.com has posted a new tutorial by Jason Gilmore about the creation of a simple search engine based around a MySQL database and using PHP to perform the queries.

In this article I'll offer a simplified version of this search engine, introducing you to some compelling PHP and MySQL features along the way. You might adopt what you learn towards building your own search engine, or towards other applications.

He starts with the base of the application - the database schema (including loading data into it) - and works up from there. He opts to go with the fulltext search type as it can provide a huge performance boost over just using something like LIKE statements in your query. He also includes a bit of HTML for help make the output easier to use.

1 comment voice your opinion now!
searchengine mysql fulltext html schema searchengine mysql fulltext html schema


blog comments powered by Disqus

Similar Posts

PHPied.com: HiLiteMe.com updated

DevShed: Creating a Login Script for a PHP/MySQL Blogging System (Part 1)

Chris Risner: Mobile Geolocation Apps with Windows Azure Websites Part 1: The PHP Code

Evolt.org: Working With Fractions In CSS and PHP

Hardened-PHP Project: PHP HTML Entity Encoder Heap Overflow Vulnerability


Community Events











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


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

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