gpt4 book ai didi

PHP 代码无法在页面中运行,但在 phpdmin 中运行

转载 作者:行者123 更新时间:2023-11-29 17:48:26 24 4
gpt4 key购买 nike

我知道这是类似的问题,但查询有所不同......

我有一个查询在 PHP 管理中有效,但在 PHP 页面上无效:

$sql = "select sess_id 
from info
group by sess_id
having count(*) > 1";

php代码如下:

$sql = "select sess_id 
from info
group by sess_id
having count(*) > 1";

if ($conn->query($sql) === TRUE) {

echo "New record1 created successfully";

} else {
echo "Error: " . $sql . "<br>" . $conn->error;
}

此 PHP 代码中的其他查询确实有效,但此特定查询无效...

请帮帮我。

最佳答案

你为什么说如果 ($conn->query($sql) === TRUE)尝试制作两个=。

关于PHP 代码无法在页面中运行,但在 phpdmin 中运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49607233/

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