How do I have a user that has create an account on my web site to have to verify their account through email?
I have everything set up where a user creates an account with username, password, etc. When they create their account, how to I have them verify their account by sending them an email with a link they have to click before using the account? My database is MySQL and I am using PHP.
I have everything set up where a user creates an account with username, password, etc. When they create their account, how to I have them verify their account by sending them an email with a link they have to click before using the account? My database is MySQL and I am using PHP.