这种情况下,PHP的判断方法如下:
$where = "1=1";
if ($get['status'] !== '' && $get['status'] !== false) {
$where .= " AND status='{$get['status']}'";
}
2023-08-08 23:20:16
这种情况下,PHP的判断方法如下:
$where = "1=1";
if ($get['status'] !== '' && $get['status'] !== false) {
$where .= " AND status='{$get['status']}'";
}