Php URL decode function corresponding to JavaScript URL encode function
1. Try using JS's encodeURI (), encodeURIComponent (), Escape () function for URL encoding,
2. Using PHP UrlDecode function decoding, the results can not be decoded into normal Chinese.
To find a weapon.
Reply content:
Php URL decode function corresponding to JavaScript URL encode function
1. Try using JS's encodeURI (), encodeURIComponent (), Escape () function for URL encoding,
2. Using PHP UrlDecode function decoding, the results can not be decoded into normal Chinese.
To find a weapon.
If your URL is in Chinese and the encoding is consistent, such as UTF-8, use the UrlDecode decoding should be able to display Chinese. Not quite clear of your situation.
JavaScript URL encode encoding is utf-8 format, so you might want to check the encoding of your PHP file first.
And what do you mean, where is the normal display? Database or return to the page.
Don't know your scene, but first look here http://segmentfault.com/q/10100000001 ...