Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Am I not doing the "or" correctly? Reply To: Am I not doing the "or" correctly?

#166149
connorblikre
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.