Here is the script...
FORM:
HERE IS MY SENDMAIL.PHP FILE...
$email = $_REQUEST['email'] ;
$first_name = $_REQUEST['first_name'] ;
$last_name = $_REQUEST['last_name'] ;
mail( "caleb_5991@Yahoo.com", "Feedback Form Results",
$message, "From: $email" );
header( "Location: http://www.illustratedimagery.com/testsite/home.htm" );
?>
---- I HAVE ALREADY VERIFIED WITH MY HOST THAT OUR SERVER SUPPORTS PHP. WHAT AM I DOING WRONG.
Thanks, really appreciated.
2007-01-15
15:13:08
·
5 answers
·
asked by
Anonymous