I am trying to store Marathi(Indian language) in MySQL database. I am getting the data from text box and trying to store it in database.
But, after executing the code, the data is stored like %^$^^^66
or other special characters which are not in Marathi(Indian language).
I had created database with utf8_general_ci collation.
Please help me.