Jump to content

php send GET variable in chinese


abdfahim

Recommended Posts

Hi,

 

I am using the following code to send chinese characters via GET variable

$x = $transarr['Area']; // This contains chinese character read from a utf-8 text file
header("location: ++a.php?ab=$x");

 

in ++a.php file, the following code returns correct chinese characters in Mozilla Firefox, but in Internet Explorer, it shows "???". Anybody has any idea, please?

echo $_GET['ab']

Link to comment
https://forums.phpfreaks.com/topic/213378-php-send-get-variable-in-chinese/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.