Hello everyone! I'm a relative noob to PHP, and I'm trying to find the most simple way for someone to unsubscribe to the newsletter without having to resort to a mailto command.
The optimum soltuion would be for the link to trigger a PHP command that will capture the sender's email address, and automatically send to a specified email box with the subject "unsubscribe".
I tried writing a PHP script that would send to a basic database file, but it requires me to add several other steps to gather these Email address. By including "unsubscribe" in the subject line has automated actions already in place that I can use without further probems.
I know this is quite simple to what other people are using PHP for, but I need to take baby steps here or I'll get extremely lost.
Thanks in advance for any assistance!
Matt



Reply With Quote



Bookmarks