prepare($cmdmemberID); $stmt->execute(); $results = $stmt->get_result(); while ($getmemberID = mysqli_fetch_assoc($results)) { $memberID = $getmemberID['memberID']; } if ($memberID > 0) { // was found with old pw $cmdUpdatePassword = "UPDATE Members SET pass = '".$pass2P."' WHERE memberID = ".$memberID; $stmt = $conn->query($cmdUpdatePassword); echo ""; } else { // no member found - fail echo ""; } } else { //first time ?>

Change Password

To change your password, enter your email address, old password, and new password, and then click the "Update" button.






Not Signed In

It appears you are not logged in. It may be that your session timed out due to inactivity. Log in using the button above and try again.