Hope someone can help me. Although I have some background in programming, I am quite new to web development. I am trying to to connect a flex builder 4 to a PHP file. I created a form and httpservice which sends two fields to php via "GET". Everything seems ok apart the fact that I am having difficulties in creating a responde from the PHP and read it back to flex application. I know that I have to use httservice lastResult in order to get data back from PHP. Could anyone show me a step by step simple code that output something xml in PHP that lastResult will get and display it as mx.Alert.show() for example ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
A simple google search produced this tutorial: http://www.flashrealtime.com/flash-builder-4-and-php-data-services/ |
|||
|