Forget Password Page//…using PHP MySQL [closed]

freedronizene

New Member
Please guys help me with the code,...!Here we have a \[code\]forget.php\[/code\] page (which enable user to change his pass)...When some body enters an e-mail id existing in mysql database, then an e-mail is sent to the user about a unique code which is stored in the database along with username, password, e-mail id and conf (explained later). user clicks on the unique code link some what like \[code\]"confirm.php?uid=1d9f501a7fce750aa35f632246e37ee0"\[/code\]meanwhile \[code\]conf\[/code\] an \[code\]int\[/code\] field value is changed to \[code\]2\[/code\].\[code\]conf\[/code\]: It is actually used for example 0 - the user is newly signed up and has not confirmed his e-mail id. and 1 for this is normal state, and 2 is for an existing user who requested for the new password.
 
Back
Top