C
Carl H
Guest
Whats wrong(please help me if you can), why am I not getting the questions and answers in my php emails? The only thing in the email is name. This is the ID of another, how would you put this?:field-a696a82a35d1214
<?php
$email = $_POST['[email protected]'] ;
$message = $_POST['name'] ;
mail( "[email protected]", " SignUp",
$message, "From: [email protected]" );
header( "Location: thanks.html" );
?>
<?php
$email = $_POST['[email protected]'] ;
$message = $_POST['name'] ;
mail( "[email protected]", " SignUp",
$message, "From: [email protected]" );
header( "Location: thanks.html" );
?>