MySQL Ajouter au numéro
UPDATE user SET points = points + 1 WHERE id = 42
nordpoldieb
UPDATE user SET points = points + 1 WHERE id = 42