I am using joshcam/ PHP MySQLi class and currently having problem on inserting foreign character in the table.
I tried to update using rawQuery to identify if the problem lies with the class itself.
$db->rawQuery("UPDATE table SET fieldname=''龙岗区中心" WHERE . ..... ");
The query executes with no problem but it saves as ?????? in the table.
If i use mysql_query update on the same table , the characters insert in the table with no problem.
Has anyone experienced this? The charset is set as UTF-8.
Any help would be much appreciated.
Regards
Ash