So I have this three lines, and the problem is that only the last one is updating. What am I doing wrong? What can I do to them to update all three at the same time?
$query = "UPDATE arak SET ara = '$konyha' WHERE ID = 1";
$query = "UPDATE arak SET ara = '$kugli' WHERE ID = 2";
$query = "UPDATE arak SET ara = '$ronk' WHERE ID = 3";