I can't find a probem in the following mysql_query, though it is working fine. All the variables are set and contain correct data but the table is not being altered.
mysql_query("UPDATE `moves` SET `$move_from` = '$moves[$foo]', `$move_to` = '$moves[$foo2]' WHERE `ID` = '$ID' && `color` =...