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 | [email protected] | Y 2 | [email protected] | N 3 | [email protected] | 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é. 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. 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
Archived
This topic is now archived and is closed to further replies.