You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
T
Why does this not work:
$a = array("1", "2");
if(in_array(array("1", "2"), $a)) {
echo "found";
}
-
T
Why does this not work:
$a = array("1", "2");
if(in_array(array("1", "2"), $a)) {
echo "found";
}
-
T
Why does this not work:
$a = array("1", "2");
if(in_array(array("1", "2"), $a)) {
echo "found";
}