crunkbbfe
01-07-2006, 06:11 PM
ok i have this script and it works excellently to send me emails but how do i change it to just put it into a .txt on my server?
<?
$email = $_REQUEST['email'] ;
$message = $_REQUEST['name'] ;
mail( "someone@msn.com", "Feedback Form Results",
$message, "From: $email" );
header( "Location: http://www.freespaces.com/bbfe/myspace/myspace.html" );
?>
<?
$email = $_REQUEST['email'] ;
$message = $_REQUEST['name'] ;
mail( "someone@msn.com", "Feedback Form Results",
$message, "From: $email" );
header( "Location: http://www.freespaces.com/bbfe/myspace/myspace.html" );
?>