Ok i will write as clear as possible
it is an e-commerce website and there are many products
so i have a search form that submits input to php script via jquery post
method (ajax) now what i want to do is check if input is equal (from form)
or close to one of the words in my database, but I canβt write a regular expression for every single word, so
there is a solution
for example, if a client wants to see our offers for pentuim 4, and he wrote a penium, he must say that "you mean pentuim"
I hope that I can get an answer now
source share