[Solved] If statement multiple conditions checking [closed]
So you’re saying that the code in the if statement (if is not a loop, by the way) is not executed? Then it’s probably because the condition it checks is false. The reason is probably in the code above the loop. This condition is wrong: if($select == ‘Today’ OR ‘today’) { $select = $today; } … Read more