I am making a website in Hindi. I have changed the collation of database utf8_common_ci. When i am inserted text using form it should look like
आपकी उमà¥à¤° कà¥à¤¯à¤¾ है?
and after retrieving it looks as I want like आपकी उम्र क्या है?. But the problem is that I want to insert directly in the database in MySQL table because I have a static table and on the basis of id I have created some result but these look like
???? ??? ?????????? ???? ??? ???? ???? ????? ??? ??????? ???? ???
So how to insert आपकी उम्र क्या है? in the database directly.