gpt4 book ai didi

php - mysql插入通知: Array to string conversion

转载 作者:行者123 更新时间:2023-11-30 23:49:50 25 4
gpt4 key购买 nike

$count = count(array_filter($_POST["materials"]));  
for($I = 0; $I < $count; $i++)
{
$insert = mysqli_query($con, "INSERT INTO table1 (uid, materials, num, cost)
VALUES
(
'$_POST[uid]',
'$_POST[material][$i]',
'$_POST[num][$i]',
'$_POST[cost][$i]',
)");
}

如果我使用 echo $_post[materials][$i]它给了我正确的结果,但在数据库中它插入了类似 array[0] 的内容.

似乎是我的 $insert是不正确的。但是我不知道要插入它。关于如何做到这一点有什么想法吗?

最佳答案

关于php - mysql插入通知: Array to string conversion,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17666966/

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