gpt4 book ai didi

php - 语法错误或访问冲突 : 1064

转载 作者:搜寻专家 更新时间:2023-10-30 20:27:31 25 4
gpt4 key购买 nike

<分区>

所以这是我的问题,我得到了这个错误

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 'key) VALUES ('email@email' , '6b7d4d69e7595943da5bfb5723ceb3ef2e559275')' at line 1' in /Users/matt/Desktop/Likes/forgot/f.php on line 39

尝试运行这段代码时

$gen = $con->prepare("INSERT INTO reset (user, key) VALUES (:user , :key)");
$gen->bindValue(':user', $username, PDO::PARAM_STR);
$gen->bindValue(':key', $token, PDO::PARAM_STR);
$gen->execute();

有什么想法吗?我绑定(bind)了这两个值,所以我不确定出了什么问题。我也过去检查过语法错误,但没有找到。

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