Passing GET variables from Flash to PHP with Chinese characters
        Posted  
        
            by WillDonohoe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by WillDonohoe
        
        
        
        Published on 2010-04-07T12:28:49Z
        Indexed on 
            2010/04/07
            12:33 UTC
        
        
        Read the original article
        Hit count: 342
        
Hi Everyone,
I'm calling a php file from Flash and adding variables afterwards like so: http://www.randomwebsite.com/something.php?title=??
It works fine if I copy and paste this directly into the web browser, however if I call it through flash, the address bar would end up like this: something.php?title=??
Is there anything I can do from PHP or flash to encode/decode the string? Any help is greatly appreciated.
Thanks, Will
© Stack Overflow or respective owner