When I installed a new WAMP server(2.1), I can only see ????? characters instead of some Unicode text. In phpMyAdmin I can see text correctly in database (UTF8).

It worked in an earlier WAMP version 2.0.

However, my browser shows Unicode text correctly from other sites.

link|improve this question
It's an encoding problem. I had similar problem when you retrieve code from Db try with "mysql_query("SET NAMES 'utf8'");"right after you connect and before you move any data.link – luca May 30 '11 at 6:36
Is this true only for values that come out of the DB or even constns in you PHP files? Or only PHPMyAdmin? – vbence May 30 '11 at 8:16
@luca Thank you very much for your help, that was the problem – Susantha May 30 '11 at 10:25
feedback

1 Answer

You have a configuration error in at least one of the following areas:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.