/ Published in: MySQL
If you are trying to extract utf8 encoded data from mysql, and it isn't working properly, try executing this command on your mysql connection prior to your select statement.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SET NAMES 'utf8'