I’m doing an online form in flash and php as backend. The PHP was written by someone else and it outputs something like this:
success=false&error_message=Please+insert+your+phone+number
When I try trace the output, error_message became error%5Fmessage. Therefore I cannot access it as a variable.
Is there some way to unescape (in flash) the output and still be able to use them as value pairs?