Hey is this a possible funtion?
I need to check if a variable is existent in a list of ones I need to check against and also that cond2 is true eg
if($row['name'] == ("1" || "2" || "3") && $Cond2){
doThis();
}
It's not working for me and all I changed in the copy paste was my list and the variable names