Hi,

I am trying to send a boolean from PHP to Flex.
In PHP I query a MySQL database which in a column returns a boolean.
In PHP I have class parameter where this boolean is saved.

I use Zend_AMF to communicate with my Flex app.

In Flex the PHP class is mapped to a AS class, which has the type Boolean
for this var.

Now all values are true, but not in my database.

How can this be? And how can I send the proper boolean variables?

Thanx,
Mark

Reply via email to