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 = "[email protected]"; $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); ?> 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 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... Link to comment https://forums.phpfreaks.com/topic/62689-form-help/#findComment-312084 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.