でMySQLのテーブルに挿入しようとしたとき、私は私の構文を使用して、間違っているのか分からないが、私は何か欠けている:私はこのエラーを受け取るERROR PHP
$createrequest = mysql_query("INSERT INTO products_updates_queue (id, kid,
product_version_id, key, ip) VALUES ('$request_id', '$uid', '$version_id',
'$request_key', '$request_ip')");
を:
"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 'key, ip) VALUES ('j4ctveyd0x62', '1', 'z451ah3', 'hqbyu7bhg8za', '64.134.163.2' at line 2"
誰かが私が逃しているものを見ることができますか
ありがとうございます!これで解決しました!あなたの答えを最初に見ました! – nitsuj