[flexcoders] Re: send email with PHP

2006-06-29 Thread Mike Potter
You can see how Flex and PHP can interact with some of the examples that I've written... They are posted on the Flex and PHP developer center: http://www.adobe.com/devnet/flex/flex_php.html Mike --- In flexcoders@yahoogroups.com, jf.saldanha [EMAIL PROTECTED] wrote: To me, in this days of Flex

RE: [flexcoders] Re: send email with PHP

2006-06-29 Thread Matt Horn
: [flexcoders] Re: send email with PHP You can see how Flex and PHP can interact with some of the examples that I've written... They are posted on the Flex and PHP developer center: http://www.adobe.com/devnet/flex/flex_php.html http://www.adobe.com/devnet/flex/flex_php.html Mike

[flexcoders] Re: send email with PHP

2006-06-29 Thread klumikaze
Simple contact form application in Flex: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:HTTPService id=sendMail url=http://www.yoursite.com/mailscript.php; useProxy=false method=POST mx:request xmlns=