Thanks Ryan,

I tried with varchar and text datatype and I got the same problem.


For example: the char "á" look fine in the flex application, but in the database is "á"


And my php class is like the old amfphp 1.2 without the method table. If I use the same flex application with AMFPHP 1.9 and the AMF0 remotingconnection package work fine and save the correct chars in the DB. I'm using this old way for now,


like this:

http://www.adobe.com/devnet/flex/articles/flex2_amfphp_03.html



regards

Rafael



On Mar 27, 2007, at 11:01 AM, RadicalByte wrote:

--- In [email protected], Rafael Guédez <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
>
> I really don't know what to do, I'm using in the gateway:
>
>
> $gateway->setCharsetHandler( "none", "ISO-8859-1", "ISO-8859-1" );
>
>
> And running the application in the browser all the data look fine,
> but in the database this really write weird characters for special
> chars, and I need this data to see it in a normal flash web site.
>
>
> I don't know if this is a unsolved problem in this beta version. Any
> idea?
>
>
> Flex 2, AMFPHP 1.9, MySQL 4.0.26 and PHP 5.0.4
>
>
> regards
>
>
> Rafael
>

Hi Rafael,

What datatype are the fields in your DB?

How're you handling the characters in PHP (as it doesn't support unicode).

Cheers,
Ryan




Reply via email to