all groups > flash (macromedia) > february 2007 >
You're in the

flash (macromedia)

group:

Email Text fields


Email Text fields ipuff
2/15/2007 9:58:52 PM
flash (macromedia):

Hi,
I have to email 7 Dynamic text fields to a particular email address. Can anyone please help me with this. I dont know php very well.

Re: Email Text fields abeall
2/15/2007 10:08:09 PM
Do you need help with the PHP side or ActionScript side? PHP questions would be
better asked on a PHP forum, and ActionSCript questions on the ActionScript
forum.

That being said, there are probably a ton of examples how to do this online,
so do a search. I'll give you a head start:
For the ActionScript, use the LoadVars class to send variables to a PHP
script.
For PHP try using the mail() function, accessing the $_POST or $_GET super
variables to read the data sent by LoadVars. PHP versions and settings will
differ here.
AddThis Social Bookmark Button