SyntaxFix
Write A Post
Hire A Developer
Questions
Guessing from the tag 'operand' you want to check a value?
$myValue = 5; $minValue = 1; $maxValue = 10; if ($myValue >= $minValue && $myValue <= $maxValue) { //do something }