lopes_andre Posted October 23, 2008 Share Posted October 23, 2008 Hi, I need to do an unsubcribe link to an newsletter in PHP/MySQL, but I don't know how to start... The table: id | email | subscription ---------------------------------- 1 | exmp1@mail.com | Y 2 | exmp2@mail.com | N 3 | exmp3@mail.com | N Y is for receive newsletter N is when don't want to receive newsletter(unsubscribe) The question... wich is the better way to put an link on email to the when the customer click on the link he unsubscribe the newsletter? Best Regards, André. Quote Link to comment https://forums.phpfreaks.com/topic/129728-unsubscribe-link-in-newsletter-how-to/ Share on other sites More sharing options...
fenway Posted October 23, 2008 Share Posted October 23, 2008 Huh? Just have your script check against a "magic value" and switch the flag. Quote Link to comment https://forums.phpfreaks.com/topic/129728-unsubscribe-link-in-newsletter-how-to/#findComment-673226 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.