-
Hi to everyone. I need your help in this problem:
I want to put in my flash a field where the user can wrote a email and after push "Send" button , flash file to send an email to the email address entered in that field.
Thank you,
Bogdan
-
You can do it with a simple script if your server has PHP installed for you. You simply POST the variable from the text field to a PHP script and it will parse it and send off the email for you. The script will look something like this:
mail("whatever@any.com", $subject, $message);
all obviously enclosed in PHP tags. That's all! 
If you need more help, just ask!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|