I'm collecting online form submission and store them into mysql database. User enters form text (so it can be ASCII, UTF8, GB2312...). I have UTF8 and utf8_general_ci for mysql table. I can read database and display them correctly in web page. But when I go to mysql console or phpmyadmin, texts are mess. Any idea would be helpful.
Thanks,