Php Chinese support question-I use the link to submit Chinese fields. Garbled characters are received ..... Php Chinese support question-I use the link to submit Chinese fields. Garbled characters are received ..... Use the link to submit: http: // localhost/eat/test. php? Act = FindRes & amp; name = php Chinese support question-I use the link to submit a Chinese field. Garbled characters are received .....
Php Chinese support question-I use the link to submit Chinese fields. Garbled characters are received .....
Use the link to submit: http: // localhost/eat/test. php? Act = FindRes & name = abc receives the non-Chinese CBA
Program: $ name = $ _ REQUEST ['name'];
$ Address = $ _ GET ['address'];
Echo $ name; die;
The page displays abc ??????????? CBA
PS .. This line already exists...
------ Solution --------------------
Although you Now
However, your program file is not saved in UTF-8 encoding.
------ Solution --------------------
Reference:
Although you Now
However, your program file is not saved in UTF-8 encoding.
Supported ~
------ Solution --------------------
Reference:
Although you Now
However, your program file is not saved in UTF-8 encoding.
+ 1
------ Solution --------------------
Use gbk
------ Solution --------------------
The page displays abc ??????????? CBA
Most of these are the performance of gbk characters on the UTF-8 page.
------ Solution --------------------
Are the codes of the sending and receiving pages consistent?
------ Solution --------------------
Print the accepted values. if not, try urlencode.