warum funzt
safe_query("UPDATE ".PREFIX."user SET points=points+10 WHERE userID='$userID' ");
aber
safe_query("UPDATE ".PREFIX."user SET points=points-10 WHERE userID='$userID' ");
nicht??(einmal points + und einmal - )
safe_query("UPDATE ".PREFIX."user SET points=points+10 WHERE userID='$userID' ");
aber
safe_query("UPDATE ".PREFIX."user SET points=points-10 WHERE userID='$userID' ");
nicht??(einmal points + und einmal - )
Kommentar