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
EDIT: Thanks guys, that method worked perfectly. Everything is echoing out fine, however I'm now having some issues inserting the information into my database via MySQL, all of my fields are set to UTF-8. I'm getting some weird characters instead of the Chinese characters.
Many thanks, Will