I am writing an opt-in/out email script in html/php. I want to let someone click a link in an email my automailer sends them and then go to an unsubscribe php web page.
How do I make that unsubscribe link in the email know the id of the person who wants to unsub, so the unsub php page will update the database for that specific user?
Bookmarks