Avatar of conorgriffin
conorgriffin

asked on 

Flex Date exchange with PHP and MySQL

Hi, I'm having a problem exchanging dates between MySQL and Flex.  

My current setup uses Zend AMF to exchange value objects between PHP and Flex and then I use a mysql database to store the values of these objects.  

I have successfully got the Flex app talking to the backend and reading and writing to the database except for the date values.

I'm confused as to which variable type I should use to exchange dates with the database and which type of record to choose in MySQL so I can easily edit the dates in a flex datagrid using a datefield.
PHPApache FlexMySQL Server

Avatar of undefined
Last Comment
conorgriffin

8/22/2022 - Mon