Hallo Helmut,
UPDATE t_user
SET label = 1
[WHERE $id_user];
UPDATE t_user SET label=1 WHERE <user>=$id_user
(Für <user> den korrekten Spaltennamen einsetzen).
Grüße
Andreas
--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)