Error: 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='10' WHERE id='96' LIMIT 1' at line 1
Ciao ragazzi, ho creato questo script, ma non riesco a capire dov'è l'errore...Codice PHP:
$result_1 = mysqli_query($db_conx, "UPDATE ch56_table SET like='10' WHERE id='96' LIMIT 1");
if(!$result_1){
die('Error: ' . mysqli_error($db_conx));
}