I am using a magazine name listing program using php. Here I used to manipulate different languages.
I am inserting magazine name into a table. The field name is
tbl_magazine field type - varchar(32 collation utf8_general_ci
when I insert different languages into the table [using google translator]. This correctly inserted into my db [like this viewing in database সঙ্গে পরীক্ষা]. But when I retrieve this using php this record show as ?????
like this.
If anyone know about this, please help me.