Jump to content

Activation Link


dream25

Recommended Posts

Hi all, i need a help.. actually i created one register page, if user register his name and password and email... i send a mail link and activation code to that email for confirmation.. if that user click that link.. we going to say you are registeration has success..in the form.. here my doubt is how we send a link to that id and activation code.. plz help me... :(

Link to comment
Share on other sites

For example like this ...

Dear Shree Uday,

 

Thank you for signing up! Click or copy and paste this URL to your

browser to activate your account:

 

http://www.sxc.hu/index.phtml?f=act&l=shree_uday&n=abeefbe9be0d8ccfbd7a4205d8872bd0

 

If for some reason the above link doesn't work, paste the following

details in the activation form at http://www.sxc.hu/index.phtml?f=act

 

Login: shree_uday

Activation code: abeefbe9be0d8ccfbd7a4205d8872bd0

Please note that your activation code is NOT your password.

 

Thank you for using our service.

 

Best regards,

The SXC Crew

http://www.sxc.hu

 

 

Link to comment
Share on other sites

Make a secret activation code, insert it into a MySQL database then email it. Then make a php file to activate a user, which compares a get variable containing what they think the code is to the one in the database :) Then set active=1 in their user row.

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.