gpt4 book ai didi

跳过 if 直接进入 else 语句的 PHP 代码

转载 作者:太空宇宙 更新时间:2023-11-03 11:10:23 25 4
gpt4 key购买 nike

<分区>

出于某种原因,它不会进入我的 if 语句...

这可能是很明显的事情,但是已经晚了,我已经被困在这里半个小时了......

<?php
$id = $_GET['id'];
if ($id == "") {
//it goes here correctly
} else {
$result = mysql_query("SELECT * FROM posts WHERE id= $id");
if ($result == "0") {
//It does not go here.
} else {
//It goes here correctly
}
}
}
?>

非常感谢..-卢卡

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