Categories

Updated: 02/28/2007

MySearch

MySearch is a PHP class that handles all aspects of a typical search. Once instantiated, a call to find will return false if the find failed, or a CSS highlighted string on success. This search is designed for parsing data with HTML, so, anything inside of an HTML tag is ignored. Also, duplicated words and common words are removed, the * wildcard character can be used for matching, the - not operator can be used to ignore words, quotes can be used to search many words as a single phrase. The new version also allows for the ability to search inclusive of any word or every word (default value). Search is very fast and very customizable, allowing the output to be displayed at will. Very easily used with databases and flat files as well.
©2003-2019 jCay.com