browse by tag: search
sort by
Fuzzy Searching in PHP
in PHP added by porteightyeight, on 8/3/2008 AI advanced database search sql
This tutorial discusses creating an advanced fuzzy search engine using PHP and a database. The tutorial uses the example of a wiki application, but the concepts can easily be applied to other applications in different languages.
comment save reportGooglifying Search Results
in PHP added by goodphptutorials, on 23/1/2006 content management google results search style
Most people are familiar with doing searches on Google, and how Google formats search results. First, the search criteria text appears in a bold font. Second, the text of the search results ends with an ellipsis (...) to let the user know that there is more information where that came from. These little UI features make it easy for readers to find what they are looking for.
comment save report