Pages

Subscribe

Tuesday, September 16, 2008

Creating a search application for your database

if you program a PHP site and use a MySQL database, you're going to need some way to search your data. The more intelligent the search is, the better.

Here are some ideas:
http://www.codewalkers.com/c/a/Database-Articles/Creating-a-Search-Application/
http://code.activestate.com/recipes/125901/
http://www.plus2net.com/sql_tutorial/search-keyword.php

No comments: