Home › Forums › Back End › Am I not doing the "or" correctly? › Reply To: Am I not doing the "or" correctly?
March 18, 2014 at 11:57 am
#166149
Participant
The first parameter of “in_array” is the value you’re checking for in the array, which is the second parameter. Without the first value, the function wouldn’t know what it’s looking for.