-3
I created a php table that returns MYSQL data in phpadmin, but the information returned in the table is coming like this:
"Mine the Data and Simulate the"
Note the question that comes in place of accents with TIL.
I put UTF8 Unicode CI, but still no funnel. Any suggestions of what to do?
Try to put
header('Content-Type: text/html; charset=utf-8');
or use PHP function itself,utf8_decode()
andutf8_encode()
. You can also set thecollation
in connection withmysql
, or change thecollation
from the usandp archive itselfNotepad++
.– Augusto