T Trevor Cory New member Nov 5, 2010 #1 Why does this not work: $a = array("1", "2"); if(in_array(array("1", "2"), $a)) { echo "found"; }