When I write text in cyrillic to my DB something like this:$var = 'ЖЌЧЃШ' it appears all scrambled in phpMyAdmin.
Like this:
So I checked the encoding in phpMyAdmin, it's utf8_bin.
My script contains header('Content-Type: text/html; charset=utf-8'); so I really don't know what else to do. I've checked other articles here, those I did suggested adding the header. I already have it.
What else could be causing this?


