$curpage="seeds"; $thisfile = basename(__FILE__); $filedate = date ("F d Y", filemtime($thisfile )); $pagetitle= "Unsubscribe from the NGS NewsLetter."; $mdes = "Here is where you can unsubscribe from NGS Newsletter. We're sad to see you go, but you're always welcome back."; $sdes = "We're sad to see you go, but you're always welcome back."; include "0-head.php"; if(isset($_POST['email']) AND $_POST['email'] != "") { $pemail = strip_tags(trim($_POST['email'])); if ($reg_user->unsub ($pemail)) { $msy ="Successfully removed $pemail"; } else { $msy ="$pemail not found"; } } include "inc-PageTitleBlock.php"; ?>