i have a big problem with umlauts. I have a normal registration Form. And when i click on Submit, i send the data via jQuery Ajax to a php Script. This Script puts everything in my database.
The Database Collation is utf8_general_ci but the umlauts are displayed like crap :D When i submit a new User to that database in the backend, where only php plays it works with umlauts.
Where is my fault? Can´t figure it out.
Thanks :)