Hi.
Here is a Link with a tutorial with a form mail with Flex and PHP.

http://augiemarcello.com/flex-2-basic-email-form/

jf.sal


--- In flexcoders@yahoogroups.com, "videogamer2791"
<[EMAIL PROTECTED]> wrote:
>
> ahh, thank you
> i looked at the tread, and im not so sure what a MX record is or how to 
> program in PHP but im going to try to put "phpversion();" at the end 
> becuase that is what that person has
> here is my php code:
> [code]
> <?php
>   $to = "[EMAIL PROTECTED]";
>   $email =  $_POST['email'];
>   $subject = $_POST['subject'];
>   $message = $_POST['message'];
>   $headers = "From: $email";
>   mail($to, $subject, $message, $headers)
> ?>
> [/code]
>


Reply via email to