I am developing a PHP/MySQL application using vertrigoserver. I need to enter the German text in tables. The problem is when I read the tables from PHP, some of character didn’t show the exact typed one. Do I need additional steps to display all characters effectively?
I am developing a PHP/MySQL application using vertrigoserver. I need to enter the German
Share
You should set your database fields to
utf8_generaland therefore force your MySQL connection to use UTF-8.While displaying your results through (x)html, you also have to set the headers correctly.