Jump to content

[SOLVED] Email confirmation link


bobvaz

Recommended Posts

Newbie - I am looking for a tutorial explaining how to create a return email confirmation link.  Program is reading a database of names and sending an email to each saying they have been selected to participate in an event.  I would like to add a return link in the email that when clicked will update the database that they will participate.

If anyone knows where a tutorial or explanation of how do this is located, would appreciate the assistance.

Thanks.

Bob

Link to comment
https://forums.phpfreaks.com/topic/146366-solved-email-confirmation-link/
Share on other sites

Lots of ways to do it. One way would be to create a random number (unique identifier) that you attach to their username (in a database). In the email you send you pass in the unique id in the query string. When the user clicks it it looks up the identifier to make sure its valid. If so it updates the database to say "Yo, homie. I'm participating."

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.