Did you mean… ? In php
Did you mean… ? In php
You must pass 2 parameters plus an optional third. The two first are the strings to compare, and the optional one is the percentage of “closeness” you want them to have. It is quite useful, although it is too expensive in terms of time to use with huge database searches, so I wouldn’t recommend it.
Read More:
http://urbanoalvarez.es/blog/2008/05/30/did-you-mean-in-php/
Thanks