Jump to content

[SOLVED] adding a email verification to my register script


chris_s_22

Recommended Posts

i want to add a feature that when registering it sends a email with a code/link to verify that there email address is real and is in use. then when the email link is click registration is then activated and only then will they be able to login sucessfully

 

i understand that this as a lot of steps so heres where i up to and ill keep u posted

ive added a email address: feild to the registration form

ive added a email and register feild to the database table.

 

im now at the step that when people register only the login and password details are added to the database, i thought it was a case of just expanding

 

user_register ($_POST['username'], $_POST['password']);

to include the email for example

user_register ($_POST['username'], $_POST['password']);

 

but this hasnt worked, am i doing something wrong or do i have do do something else?

 

please note i am very new to php so try to keep things as simple. i dont want a new script im happy to work with what i have got, as im starting to understand it properly.

 

my msn addy is pinkangel_@hotmail.co.uk please feel free to add me if u like to go through it with me.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.