gpt4 book ai didi

php - 没有插入错误 : column count doesn't match value count at row 1

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

我正在尝试将表单中的数据插入到 MySQL 数据库中的表中。我已尽我所能确保我输入了正确的值而不遗漏任何值,但它仍然返回错误“未插入任何错误:列数与第 1 行的值数不匹配”。

我插入的代码是:

$sql="INSERT INTO athletes (Surname, Name, Second_Name, Date_Of_Birth, Gender, Club, Rank, Country_Obtained, Date_Joined, Postal_Address, Physical_Address, Contact_Number, National_ID_Passport_Number)

VALUES

('$_POST[sur]','$_POST[name]','$_POST[second]','$_POST[dob]','$_POST[gender]','$_POST[club]','$_POST[rank]','$_POST[co]','$_POST[djoined]','$_POST[pa]','$_POST[pha]','$_POST[cn]''$_POST[nid]')";

如果这还不足以提供更多信息,请告诉我。

提前致谢。

最佳答案

在你的最后一行你错过了一个 ,

,'$_POST[cn]''$_POST[nid]')
<--Here

关于php - 没有插入错误 : column count doesn't match value count at row 1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24431825/

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