check the manual that corresponds to your MySQL server version for the right syntax to use near ')这是SQL代码:_query("INSERT INTO tg_diary(tg_username,tg_title,tg_main,tg_submit_time,)VALUES('{$_clean['username']}','{$_clean['title']}','{$_clea
来源:学生作业帮助网 编辑:作业帮 时间:2024/12/02 16:29:22
check the manual that corresponds to your MySQL server version for the right syntax to use near ')这是SQL代码:_query("INSERT INTO tg_diary(tg_username,tg_title,tg_main,tg_submit_time,)VALUES('{$_clean['username']}','{$_clean['title']}','{$_clea
check the manual that corresponds to your MySQL server version for the right syntax to use near ')
这是SQL代码:
_query(
"INSERT INTO tg_diary(
tg_username,
tg_title,
tg_main,
tg_submit_time,
)
VALUES(
'{$_clean['username']}',
'{$_clean['title']}',
'{$_clean['main']}',
NOW(),
)"
);
check the manual that corresponds to your MySQL server version for the right syntax to use near ')这是SQL代码:_query("INSERT INTO tg_diary(tg_username,tg_title,tg_main,tg_submit_time,)VALUES('{$_clean['username']}','{$_clean['title']}','{$_clea
VALUES前的括号前多了一个逗号.
下面也是的.