イム...更新クエリのMySQL PHP
$query = mysql_query("UPDATE `outgoings` (id, user_id, bill, bill_name, bill_description, bill_colour) VALUES ('$id', '$uid', '$bill', '$billname', '$billdescription', '$billcolour') WHERE id = '$id'") or die(mysql_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 '(id, user_id, bill, bill_name, bill_description, bill_colour) VALUES ('', '8464' at line 1
アイブ氏は、私の変数の周りに「削除し、代わりのためにグーグルで試してみました方法は何が間違っていますか?
を。 OPが使用する構文はINSERT用であり、UPDATEでは機能しません。 – octern
ああ、お元気ですか... – Liam