gpt4 book ai didi

php - 多选mysql where

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

我有一个转到 PHP 页面的多选框,我试图将所选值放入 where 语句中。我可以将值返回为 1 2 3 4,中间没有逗号。我尝试过内爆和爆炸功能,但没有成功。

foreach ($_POST['station'] as $stations)
echo $station = $stations."\n";

最佳答案

试试这个

$stations_string = implode(" OR ", $_POST['station']);

关于php - 多选mysql where,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49804872/

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