Moshu,
You lost me on the respond. I didn’t alter the database settings I thought; just added the sentence you mentioned.
JC
Tried that so it looks like this in the coding
$this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword);
$this->query(“SET NAMES ‘utf8′”);
if (!$this->dbh) {
$this->bail(“
Still didn’t work, though. Is the above correct?
I was having the same problem, and mine is set to UTF-8. Still coming up as only question marks, and checked the browser encoding. Still not luck.