Hi,
Looking for some help with the following.
$location =='somewhere';
I want to query the following array. If $location = any of the keys within the following array, then do someting, if not do something else. I know I can use if / else statemnet just not sure how to check all the contents...