When echoing data from the MySQL database I get strange symbols in the text. I've tried htmlspecialchars_decode()
, but to no avail. The data is stored as a VARCHAR
in the MySQL database and is displayed as they should when queried in MySQL workbench.
The characters include '
, ë
, è
, é
, ê
, ...
How do I get these characters to display in html?