I\'ve always used ISO-8859-1 encoding, but I\'m now going over to UTF-8.
Unfortunately I can\'t get it to work.
My MySQL DB is UTF-8, my PHP document is enco
After connecting to db, run query SET NAMES UTF8
$db = new db(...); $db->query('set name utf8');
and add this tag to header