whats u mean? there have many skill u can use my code and ozzie.. just did it and try by try.. i think u had got the chlue
Added after 4 minutes:
insert the row sql i posted before 0r use your own
Added after 5 minutes:
there have many ideas you can use,, i think the simple one u can use the code above by validate through by link in email ...my suggestion that it is smart after activated/validated users redirect to login than no need to enter password and username... just by link...
What's your sitename mirror?
Added after 4 minutes:
Code:
$vcode = $_GET['vcode']; if (!$vcode) echo "No code supplied"; else { $check = mysql_query("SELECT * FROM ibwf_users WHERE vcode='$vcode' AND vstatus='1'"); if (mysql_num_rows($check)==1) echo "You have already activated your account"; else { $activate = mysql_query("UPDATE ibwf_users SET vstatus='1' WHERE vcode='$vcode'"); echo "Your account has been activated!"; } }
Added after 5 minutes:
there have many ideas you can use,, i think the simple one u can use the code above by validate through by link in email ...my suggestion that it is smart after activated/validated users redirect to login than no need to enter password and username... just by link...
What's your sitename mirror?
Comment