I've inserted some data to a mysql database. Set up the utf-8 cz. And it looks fine.
But when I echo a row from the table, special characters are not shown. Meta utf-8 included.
Any ideas how to fix it? Thank you
I've inserted some data to a mysql database. Set up the utf-8 cz. And it looks fine.
But when I echo a row from the table, special characters are not shown. Meta utf-8 included.
Any ideas how to fix it? Thank you
add this too your too to ensure browser's read your page with the right encoding:
use
before you execute the query in PHP