Hi all,
I want to create an 'Unsubscribe' link in the e-mails I'm sending out. If the person receiving the e-mail no longer wants to receive e-mails from me, they click the 'Unsubscribe' link in the e-mail which will be something like this:
http://www.mysite.com/unsub.php?email=person@hotmail.com
So upon click this link they will be taken to a page that says, do you wish to stop receiving these e-mails - Yes / No?
When the user clicks 'Yes', I need to save the e-mail address from the link in a text file.
Could anyone tell me how to do this using php?
Thanks,
Laura