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
Are you having this error? MySql SELECT UNION Illegal mix of collations Error? Just set you entire mysql to utf 8 then
SET character_set_connection = utf8;