gpt4 book ai didi

PHP "if"语句在两个数字之间寻找

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:59:19 24 4
gpt4 key购买 nike

我需要有关 if 语句的帮助,这是正在发生的事情。

我有一个值被拉取 $paint['product_id']

我需要说明该值是否介于81501 - 81599 或81701 - 81799说废话

否则如果该值介于81001 - 81099 或81301 - 81399说废话2

否则如果86501 - 86599 或86001 - 86099 或85001 - 85099说 blah3

如果不适用,什么都不说。

尝试了什么id

<? if ($paint['product_id'] >= 81501 && $x <= 81599 || $paint['product_id'] >= 81701 && $x <= 81799):?>
blah
<? elseif ($paint['product_id'] >= 81001 && $x <= 81099 || $paint['product_id'] >= 81301 && $x <= 81399):?>
blah2
<? elseif ($paint['product_id'] >= 86501 && $x <= 86599 || $paint['product_id'] >= 86001 && $x <= 86099 || $paint['product_id'] >= 85001 && $x <= 85099):?>
blah3
<? endif;?>

我遇到的问题是“blah”出现在 blah3 类别的项目上。

希望这是有道理的,并在此先感谢您的帮助!

最佳答案

$x 替换为 $paint['product_id']

关于PHP "if"语句在两个数字之间寻找,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17031541/

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