http://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html
Tag Archives: search
PHP Mysql Search Strategies
Databases Below is a short list of available databases and a brief description. These are the most commonly used databases. If searching for translations to a specific word or phrase, please select the appropriate database as not all databases are searched by default.
PHP: Multi-word MySQL Search
Here we have a simple PHP search algorithm that queries a MySQL database and outputs the result. It is a simple alternative to using the FULLTEXT search feature of MySQL. The script autmatically takes into consideration how many search words are in the search string which is submitted from the HTML search form. It then …