I was wondering how one could code it so that when a user misspells his searches, he would still get to the right result.
So if one writes "phpbilderr" into a search form, it would bring up the correct "phpbuilder" instead.
Is there some predefined function in PHP or MySQL already, or do you have to create some sort of an algorithm for this?