Forum Moderators: coopster

Message Too Old, No Replies

related words ?

         

dav_999

2:00 pm on Feb 28, 2009 (gmt 0)

10+ Year Member



is there any way to get a related words or correct words if user type wrong word example
if user type
halp so the script correct it to help etc...

trigoon

2:41 pm on Feb 28, 2009 (gmt 0)

10+ Year Member



There is no easy way of doing that unless you hand code in all exceptions etc.

You would have to find a script written by someone else who may have done this and incorporate it into your script.

dreamcatcher

10:31 am on Mar 1, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The following functions may be of use to you:

Soundex [uk2.php.net]
Levenshtein [uk2.php.net]

dc