gpt4 book ai didi

php - 失败后 View 中的数据库查询和 getvalue 受挫

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

在我从数据库中打印出满足某些条件的用户列表的查询后,我得到了以下数组

Array ([0]=>Array([users]=>Array([id]=>6 [username]=>sam [fullname]=>Sam Ho)))

但是当我尝试获取像这样的 View 中的值时某人['fullname']我什么都没有

<?php
foreach($users as $row)
{
?>
<h1>His name is <?php echo strtoupper($row['fullname']);?></h1>
<?php
}
?>

最佳答案

你需要

$row['users']['fullname']

阵列中有第二层。

关于php - 失败后 View 中的数据库查询和 getvalue 受挫,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9530349/

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