Display similar results from mySQL

TestMan

New Member
How can I create a query that will return similar words if an exact match is not found? For example if the query is trying to match "mstke" and if the word is not found in the database then results should contain similar words like "mistake", "misstep", "take" and "mist". I tried \[code\]%LIKE%\[/code\], but it displays the exact match of words.
 
Back
Top