I have a little problem. I've build a tagging system and it mostly work. The only problem is that I get error messages if I use special characters.
Like: ä, ö, ü, ß, Ì, é, è,ë and so on....
If I change ä to ae, or Ì to I ..... then it all work.
Now I don't like to write about 20-60 different str_replace commands.. So, does someone knows a solution for that?
thanks for your help