dream25 Posted May 30, 2007 Share Posted May 30, 2007 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... Quote Link to comment https://forums.phpfreaks.com/topic/53554-activation-link/ Share on other sites More sharing options...
dream25 Posted May 30, 2007 Author Share Posted May 30, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/53554-activation-link/#findComment-264661 Share on other sites More sharing options...
chigley Posted May 30, 2007 Share Posted May 30, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/53554-activation-link/#findComment-264665 Share on other sites More sharing options...
dream25 Posted May 31, 2007 Author Share Posted May 31, 2007 Thanks for an idea... will u plz explain in a code.. im a new bie.. so i dont have a that much of knowledge to understand theoritically.. so i need in a practical manner.. plz.. Quote Link to comment https://forums.phpfreaks.com/topic/53554-activation-link/#findComment-265375 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.