Passing GET variables from Flash to PHP with Chinese characters
- by WillDonohoe
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