Hi all,

Im having some problems sending special characters (swedish characters
ä, ö, and å) from Flex to a Database through AMFPHP. When inserting
these types of characters directly from php in the database,
everything works fine. ie

INSERT INTO TABLEX VALUES ('äääööööåååå');

And fetching from the database into php and to Flex also works like a
charm. Im guessing its something to do with my phpenconding when
recieving the characters from Flex or something with amfphp. Any ideas
would be greatly appreaciated. Btw, im using Flex2/3, Amfphp 1.9beta2,
and a mySQL db.

/Eric

Reply via email to