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

Community News: Webinar Today for Zend Framework/Dojo Partnership

PHPBuilder.com: Securing Data Sent Via GET Requests

Eirik Hoem's Blog: Handy online regex tool for PHP, Perl, JS and Python

Paul Stamatiou's Blog: 5 Ways to Speed Up Your Site

Kevin van Zonneveld's Blog: Porting PHP to Javascript


Community Events











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


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

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