さて、私のmysqlクエリ構文はこのエラーを返しています:
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 'read='yes' WHERE id='1'' at line 1
クエリは次のとおりです。
$update = mysql_query("UPDATE newnotifications SET read='$read' WHERE id='$id'");
変数はエラーにあります。正直なところ、構文の何が問題なのかわかりません。私は、私が持っている別のものからコピーして貼り付け、何をするかについて他の値を入力したupdate
だけwhere
ですset
。