Hi all guru,

[Database Table]
id
firstname
lastname

At Backend I use PHP and Mysql. PHP script can return Array or XML
string.
At Flex app, I use Remote Object

1)PHP script return Array:
and in Flex code I get Array as :

dp = new ArrayCollection( ArrayUtil.toArray(event.result));

If I show dp in Datagrid or List, TileList -> it OK . But I want to
get value of firstname , lastname into textbox . I don't know , can
flex do that ? And how to get value from ArrayCollection.

2)PHP script return XML string :

I don't know how to parse XML string and show result in textbox. And
how to get value from XML string.

Please help me or any idea

Thanks



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to