I am looking for some code to write a misspell script. Does anybody have any that they developed or came from a free license? I am wanting to write my own program.
Try this one: http://www.phpclasses.org/package/4569-PHP-Get-spelling-correction-suggestions-from-Google.html Otherwise you can use PHP functions metaphone(), soundex(), levenshtein() to implement what you want.