$var=$var+100;$reg=mysql_query("update user set var='$var' where nick='$user'",$conect) or die("Problemas en:".mysql_error());