show the data is "?????"

Hi ,

I use a from to input the data(chinese (big5)), after that show in the grid. But it showed the data that is “?”, could you help me what problem is and give me the idea to solve this problem.

thank you.
Kenneth

Please, make sure that you have defined a correct encoding-type in your data file.
Also, please, check the configuration of your browser.

Through the grid input and output the data , it can show chinese character, but through a from input the data and output it that is “???”. I already set the code is unicode (utf-8),

load data with xml is

echo(’<?xml version="1.0" encoding="utf-8"?>’);

what the problem is. please help.

thank you for your help.
Kenneth

solved it, thank you for your reply.

I do fetch the same problem… I am using MYSQLI now… is this the issue on using MYSQLI ???