I have a page with forms to add or edit a entry to a mysql-database. Everything works fine, the form shows everything right, the output on the page is right.
Only when I open the mysql-database (phpMyAdmin) the entries are shown wrong. Some german letters are wrong.
For example André
instead of André
. Or groß
instead of groß
.
The Output on the page works fine. Also the edit-function in an HTML-form works fine. I just don't understand why everything is written wrong in the database.
All my PHP-Page are in "utf-8".