This is weirdand very annoying…
I’m using sendAndLoad() to send data to a php file and recieve some.
so I have this line in my php file:
echo “&rresult=täida kõik väljad”;
if I test the php in my browser it works fine but in flash when I recieve the variable “rresult” . The value of it is
“ta kvad”
So t’s like… half of the data is lost somewhere… :-/
But if I change the php to
echo “&rresult=taida koik valjad”;
without the äõüö letters… it works fine…
So what’s it with php/flash hand these all kinds of weird letters… ?