How to check if an integer is within a range of numbers in PHP? Get link Facebook X Pinterest Email Other Apps - August 29, 2020 The expression: ($min <= $value) && ($value <= $max)will be true if $value is between $min and $max, inclusively Get link Facebook X Pinterest Email Other Apps