I am writing a php script for searching. Many texts ir my database contain foreign characters.
Let's say my DB contains word niño
Is there some way how to let this script to find this word in both cases - if search term is niño or it's nino ?
you could do a str_replace() and then do strpos()