mysql_query("UPDATE users SET something=something+'1' WHERE username='1'");
mysql_query("UPDATE users SET something=something+1 WHERE username='1'");