MySQL 文のエラーにつきまして
INSERT INTO toukou_table (username, shopname, taikenbi, shimei, minutes, price, repeat, hyouka, title, comment, flag) VALUES ('$username', '$shopname', '$taikenbi', '$shimei', '$minutes', '$price', '$repeat', '$hyouka', '$title', '$comment', '0');
上記の文章で、
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 'repeat, hyouka, title, comment, flag) VALUES('~', 'アロマフェアリー' at line 1
というエラーが出ますが、一見、どこがどう間違ってるのか、さっぱりわかりません。
PHPの変数の内容は事前にvar_dump()で確認済みで問題はありません。
DBのカラム名にも問題がありません。
どこがどう間違ってるのか、ご指摘お願い致します。
お礼
ありがとうございました。