I have this query that works for updating the value from one column with the value that the user enters with php...How can i rewrite it to update multiple values ??
UPDATE `lahiguera_hor`.`cupos`
SET `cuposLun8`='$_POST[cupolun8]'
WHERE `cupos`.`cuposLun8` = '$cupolun8';
thanks in advance!