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]
- [flexcoders] Re: Flex E-Mail a Form PHP, ASP, or ColdFusion videogamer2791
- [flexcoders] Re: Flex E-Mail a Form PHP, ASP, or ColdF... jf.saldanha
- [flexcoders] Re: Flex E-Mail a Form PHP, ASP, or C... videogamer2791
- Re: [flexcoders] Re: Flex E-Mail a Form PHP, A... P Smith
- [flexcoders] Re: Flex E-Mail a Form PHP, A... videogamer2791

