News Feed
Jobs Feed
Sections




News Archive
Evert Pot's Blog:
Javscript's escape and encodeURI vs. PHP $_POST
January 07, 2010 @ 14:10:46

Evert Pot came across something strange in an application he was working with - the incorrect decoding of data coming back from an Ajax call POSTed back into the app.

Basically, data is coming into our PHP application through a Javascript's XMLHttpRequest (ajax). [...] Normally everything in the $_POST and $_GET arrays is already decoded, so when you're dealing with these arrays you don't really have to think about this. This time however, I was dealing with some non-latin unicode characters and for some reason they were never decoded and ended up in the database as raw url-encoded strings.

The issue was caused by the fact that the non-latin characters were handled differently on the byte level and that, because of the choice PHP makes on which of the unicode characters to use for spaces, he found that there were two options for handling strings - escape() and encodeURI().

0 comments voice your opinion now!
javascript encode encodeuri nonlatin character


blog comments powered by Disqus

Similar Posts

Felix Geisendorfer's Blog: How to oraganize your CakePHP App's Javascript II

Jim Plush\'s Blog: AJAX, PHP and Javascript Errors - How to get more data

Community News: jPOP Framework - Javascript & PHP

Debuggable Blog: Passing controller variables to your JavaScript

KillerPHP.com: PHP & Javascript Video Tutorial - Form Validation part 1


Community Events











Don't see your event here?
Let us know!


release conference introduction example functional testing language code series unittest phpunit opinion zendframework2 tool interview podcast object framework development community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework