Jump to content

Verify Script


ryanfilard

Recommended Posts

you'll want to validate user input. then incorporate the mail() function into your script to send an email with a verification link. Set it up so when the use clicks on the link, there account will be verified. you can do this by setting a field in your database that stored your member information, set it as an int with a default value of 0. When the verification link is clicked, have the int in your db set to 1 which will give them access to log-in

Link to comment
https://forums.phpfreaks.com/topic/238742-verify-script/#findComment-1226793
Share on other sites

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.