gpt4 book ai didi

PHP fatal error : Cannot use object of type PDOStatement as array

转载 作者:太空宇宙 更新时间:2023-11-03 11:48:29 26 4
gpt4 key购买 nike

<分区>

我正在尝试使用此代码制作评论页面,但最终出现错误。

代码如下:

 $query = ("SELECT * FROM comment ORDER BY id DESC");

$getquery = $connection->query($query);

while($rows = ($getquery))
{

$id = $rows['id'];
$names = $rows['name'];
$comment = $rows['comment'];

echo $name . '<br/>' . $comment . '<br/>' . '<br/>' ;
}

这里是错误:

PHP Fatal error: Uncaught Error: Cannot use object of type PDOStatement as array in E:\utsdata\2T\2107982859\comment.php:61

第 61 行是:$id = $rows['id'];

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