Hi All I have just been searching around in google and couldnt find nothing i could work with. I was wondering if people know of a site or even better help me with the code for; Email Verification, when registering to a site Email Confirmation - Auto generated email with code for people to verifiy email address. Any help, cheers Regards Alex James
It's pretty easy. But you must make sure you have the mail() function configured and working on your PHP server. You can use that to send the mails. After that, all you have to do is associate an e-mail address with a code in a database and then make a small script to send the e-mail and another to verify if the two variables (e-mail and code) entered by the user are correct. You can PM me for more information.