Unsubscribe
If you do not want to receive our newsletter any more, just enter your email address below to unsubscribe.

Thank you.

  


"; } elseif($_GET[action] == 'dounsubscribe') { // if(is_file("$unsubscribe_file")){ // $fp = fopen("$unsubscribe_file", "r"); // $file_text = fread($fp, 999999); // fclose($fp); // }else{ // $file_text = ""; // } @chmod("$unsubscribe_file",0777); $fp = fopen("$unsubscribe_file", "a"); $unsubscribe_mail ="$_POST[email],"; fwrite($fp, $file_text.$unsubscribe_mail); fclose($fp); $main = "
Unsubscribe
You have been unsubscribed successfully...
"; } else { $page = "home"; } require_once("includes/template.php"); ?>