\" \"
63 Auburn Street,
Auburn, MA 01501
508-407-8404
answers@amydiggins.com
\"
\"
\"
\"
Home
Reiki
Readings
Events
Newsletter
Contact
FAQ´s
\"facebook\" \"twitter\"
\"
"; } echo "

"; include("dbConnect.php"); // connect to DB // submit button hit if($_POST[unsubscribe] == "update") { $email = $_POST[email]; $res = mysql_query("select id from newsletter") or die(mysql_error()); $id = mysql_num_rows($res);// num rows in DB already // adds email to DB mysql_query("DELETE FROM newsletter WHERE email='$email'") or die(mysql_error()); //mysql_query(\"insert into email_log (date, emails) values ('$date_formatted', '1')\"); echo "

You've successfully unsubscribed from amydiggins.com

"; // Send Master List to Amy $masterList = ""; $emails = mysql_query("SELECT email FROM newsletter"); while($emailArr = mysql_fetch_array($emails)) { $email = $emailArr['email']; $masterList = $masterList . $email . ","; } mail('aemyers@gmail.com', 'Someone unsubscribed from amydiggins. Heres the new master list', $masterList); } else // submit button not hit yet { echo "
Enter your email below to unsubscribe from amydiggings.com.
Email:
\"
© 2014 amydiggins.com, All rights reserved. Privacy Policy
 
"; ?>