Below is a very basic example of sending data to a PHP webservice. This example shows you how to create a two-way communication using HTTPService with Flex and sending the data to PHP. This example sends text to the webservice and PHP capitalizes the data and sends it back via XML. The flex application also makes use of the progressbar class to let the user know that the form is processing data.
Click to download (PHP source code included)

