I have just joined this network.
I am developing one online examination application.
In this user can give exam in any language, like English, Hindi, Gujarati, or any other language.
For that I have created MySQL table with UTF -8 character code.
It saves and work fine in my local machine.
I mean, It shows question other than English on my browser on my local machine.
but When I run it on my server (not on local), it shows ???? on language other then English.
I have checked in DB table, the data is saved properly.
Please help me out...!