php name spelling correction from mysql
I have a database containing "FirstName - LastName - Company" from users
I'm looking for a spelling corrector to help me to do matching between data on a form and the database
Imagine I have "Luk - Vandbrol - Google" on my database... I want to be able to find this entry if i enter "Luc - Vandrol - Google"
Do you have anny 开发者_如何转开发known class that could help me?
Thanks
There is a component for PHP called "PHP Spell Check" which allows you to include spellcheck in your development.
You can test it and download it from http://www.phpspellcheck.com/
精彩评论