gpt4 book ai didi

php - MySQL 在 PHP 中的一个字段上出错

转载 作者:行者123 更新时间:2023-11-29 00:12:54 25 4
gpt4 key购买 nike

<分区>

我有这个预先存在的表结构(是的,数据和时间是糟糕的名字,但它们已经存在): enter image description here

然而,在更新输入/输出字段时,一切都会停止。(也尝试过准备好的陈述:没有运气)

这不起作用:

$update_punch = $conn->query("UPDATE ttime SET date='$the_edited_date_w_mysql', time='$the_edited_time', inout='$the_ins_and_outs' WHERE id='$the_id' LIMIT 1");

它的第一行有效,但它在第二行阻塞了(inout 是一个 var 或 'in' 的阻塞:

$update_punch = $conn->query("UPDATE ttime SET date='$the_edited_date_w_mysql', time='$the_edited_time' WHERE id='$the_id' LIMIT 1");   
$update_punch = $conn->query("UPDATE ttime SET inout='$the_ins_and_outs' WHERE id='$the_id' LIMIT 1");

这里有错误:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1064 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 'inout='out' WHERE id='171366' LIMIT 1' at line 1' in /site/updatepunchesbystore2.php:43 Stack trace: #0 /site/updatepunchesbystore2.php(43): PDO->query('UPDATE ttime SE...') #1 {main} thrown in /site/updatepunchesbystore2.php on line 43

我已经和它战斗了一个小时,但我被难住了!

有什么想法吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com