ball420 Posted July 31, 2007 Share Posted July 31, 2007 below is my code this emails me from a flash piece. I have made a new text field called answer but when it emails me it doesn't include this field with it. help please <?php $sendTo = "ball420@thesite.com"; $subject = "My Flash site reply"; $headers = "From: " . $_POST["firstName"] ." ". $_POST["lastname"] . "<" . $_POST["email"] .">\r\n"; $headers .= "Reply-To: " . $_POST["email"] . "\r\n"; $headers .= "Return-path: " . $_POST["email"]; $message = $_POST["message,question"]; mail($sendTo, $subject, $message, $headers); ?> Quote Link to comment https://forums.phpfreaks.com/topic/62689-form-help/ Share on other sites More sharing options...
ball420 Posted July 31, 2007 Author Share Posted July 31, 2007 please someone it mass to d with the message field i've tried everything. thanks for the replies Quote Link to comment https://forums.phpfreaks.com/topic/62689-form-help/#findComment-312031 Share on other sites More sharing options...
mdnghtblue Posted July 31, 2007 Share Posted July 31, 2007 I don't see a field called "answer" in the above code... Quote Link to comment https://forums.phpfreaks.com/topic/62689-form-help/#findComment-312084 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.