Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a website that adds members to it when members fill in their details and submit.

Now what I want to do is send them a confirmation link to their email id and when that link is clicked by the user on then they can become members.

Please suggest how to do it.

[fixed grammar, spelling, txtspk]
Posted
Updated 10-Nov-11 16:56pm
v2

1 solution

when member fill their details. Add their details to database with active field false.
When confirmation link is clicked by the user. Pass its registration id by query string and on loading of that page update that user's active field true.
 
Share this answer
 
Comments
TheyCallMeMrJames 10-Nov-11 22:57pm    
My 5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900