Why is the submitted rawurlencode () different from the direct output?

Source: Internet
Author: User
Why is the submitted rawurlencode () different from the direct output? & Lt ;? & Nbsp; if ($ _ POST ['submit ']) {& nbsp; echo $ _ POST ['name']. & quot; = & lt; br/& gt; & quot; why is the submitted rawurlencode () different from the direct output?
If ($ _ POST ['submit ']) {
Echo $ _ POST ['name']. "=
";
Echo rawurlencode ($ _ POST ['name']);
}
Echo rawurlencode (" ");
?>




In this way, the "woman" is submitted and the result is % C5 % AE % C8 % CB.
Rawurlencode (""): % E5 % A5 % B3 % E4 % BA

Why?


------ Solution --------------------
Because you submitted gbk and your php file was utf8.
------ Solution --------------------
In addition, it is reminded that the form is submitted with urlencode, not rawurlencode, and the JS URIcomponentEncode (is not so spelled) is equivalent to php's rawurlencode, the main difference is whether the space is + or % 20.

The correct result is as follows:

PHP code
  

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.