' . mysql_error() . '' ); // Feedback for the user $html .= "
Password Changed."; } else { // Issue with passwords matching $html .= "
Passwords did not match."; } } else { // Didn't come from a trusted source $html .= "
That request didn't look correct."; } mysql_close(); } ?>