' . mysql_error() . '' ); // Feedback for the user $html .= "
Password Changed.
"; } else { // Issue with passwords matching $html .= "
Passwords did not match.
"; } mysql_close(); } ?>