Forum Moderators: coopster
which is the same as phpmyadmin. What am I doing wrong?
When you read the data from mySQL you probably want to use utf8_decode() and then before writing it out you want to use utf8_encode(). Both of these are supported in PHP4 and 5. There are better solutions (by changing the internal coding of the php program) which hopefully someone on this board can explain to both of us but the only way I have been able to handle UTF8 encoding is to play around with those functions and the examples shown on the php website.
Hope this helps.
alexorig, are you referring to the possibility of changing the default_charset [php.net]?