salve ho un problema nella query update
mi restituisce questo erroreCodice PHP:
$id = $_GET[id];
$voto = $_GET[like];
$sql = mysql_query("UPDATE streaming SET like = '$voto' WHERE id = $id;") or die ("Query failed:" . mysql_error());
come posso risolvere questo problema?Query failed:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'like = '3' WHERE id = 1' at line 1