In: PHP
29 Sep 2010Tweet With PHP function similar_text(), you can offer your users a Google like “Did you mean” suggestion to a misspelled word. All you need is a word by word comparison using a PHP function similar_text. See and use snippet below in order to find most similar word to the one you choose. 1 2 3 [...]