Expand my Community achievements bar.

Flex/PHP how to send content of DataGrid back to PHP?

Avatar

Level 1
I have a Flex page where I display data in two DataGrids.
I've got it showing the data. And I have it set to editable. But
now I need to be able to write it back to a PHP script on the
server where it can be stored back in the database. I can't see how
to do that.

1 Reply

Avatar

Former Community Member
you need a new service for that, so that you can post your
values back to your php code,

easiest one is httpService .



here it explains that scenario:


http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_2.html