hoppe you can point my out where the error is.. getting message about
error...
I am just trying to get work this simple mailing list...
thanx in advance
else {
$disp="no";
$newfile = fopen($fileloca tion,"a+");
$add = "%".$email;
fwrite($newfile , $add);
fclose($newfile );
echo $subscribemessa ge;
here>>> mail ($youremail,"Ne w newsletter subscriber.",$e mail."\nDelete?
$newsletterloca tion?action=del ete&email=".$em ail,"From:
Newsletter\nRep ly-To: $email\n");
$submailheaders = "From: $lettername subscription form\n";
$submailheaders .= "Reply-To: $youremail\n";
here>>> mail ($email,$letter name."
subscription",$ subscribemail,$ submailheaders) ;
}
error...
I am just trying to get work this simple mailing list...
thanx in advance
else {
$disp="no";
$newfile = fopen($fileloca tion,"a+");
$add = "%".$email;
fwrite($newfile , $add);
fclose($newfile );
echo $subscribemessa ge;
here>>> mail ($youremail,"Ne w newsletter subscriber.",$e mail."\nDelete?
$newsletterloca tion?action=del ete&email=".$em ail,"From:
Newsletter\nRep ly-To: $email\n");
$submailheaders = "From: $lettername subscription form\n";
$submailheaders .= "Reply-To: $youremail\n";
here>>> mail ($email,$letter name."
subscription",$ subscribemail,$ submailheaders) ;
}
Comment