I do this thing:
$res = mysql_query("UPDATE `startpoke` SET life='life - 3' WHERE id_poke='".$_SESSION['id']."'")or die(mysql_error()) ;
This means that it should subtract 3 from the initial level of life 12, but instead it writes down in the life - 3 column, please tell me what to do =)