Is this a possible function?
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[\
I have something simpler than that, if it's still possible...
if(strpos("1,2,3", $row['name']) !== false) && $Cond2) { doThis(); }