Password Reset |
exit; if (!empty($_POST['Submit'])) { if (!empty($_POST['username']) && !empty($_POST['name']) && !empty($_POST['email']) ) { if(get_magic_quotes_gpc()) { $forgotpassword = htmlspecialchars(stripslashes($_POST['forgotpassword'])); } else { $forgotpassword = htmlspecialchars($_POST['forgotpassword']); } // Lets see if the user exists } } else { ?> } echo "Request from "; echo ($_SERVER['REMOTE_ADDR']); ?> Return to login Page |