Forum Moderators: open
Anyways, I have a table named "words" with one column called "word". This contains a bunch of random words / strings. It could contain "cat" or it could contain "tuengop" which is not a word.
If someone searches for the word "bat" and "bat" is not in my database I would like to list out the closest word. So if "cat" was in my database I would like to say "did you mean cat?". That sort of thing.
I hope I wasn't confusing.
Any help is greatly appreciated, I don't know where to start really.
Thanks.