Forum Moderators: coopster
For example, if the user enters "bla", I want it to match "blä", and vice versa. I mean, I could easily make a list of all common characters and just match them using REGEXP, but there must be an easier way.
PHP 4.2.3
MySQL 3.23.54
Maybe there is also an command for mysqladmin to do this change during runtime, but I don't that.