$UpdatePassword = mysql_query("UPDATE `admin` SET `password`='{$pass}' `username`='{$username}' ") or die(mysql_error());