Forum Moderators: open
$cnn->execute('SET NAMES utf8'); $cnn->execute('SET CHARACTER SET utf8');
What should i do to the apache/php/mysql configuration in order to avoid those lines each time a user does a request?
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
I think this can overcome the problem