I can check if an array contains one value:
if (in_array($string1, $array, true))
To check for multiple values, I can simply do: