You have now been subscribed to the DIE newsletter...
\n"; } else { echo "" . $email . " is not a valid email address...
\n"; } } if($action == "unsubscribe") { $mailinglist = new Mailinglist($DATA_DIR . "/mailinglist.xml"); $mailinglist->unsubscribe($email); echo "You have now been unsubscribed from the DIE newsletter...
\n"; } ?>