Hi i want to compare all the values of 2 arrays and end up with a true or false . I am using the code below and would of thought that the result would be false . but that is
Hi i want to compare all the values of 2 arrays and end up with a true or false
$bool = ($array1 == $array2);
http://us2.php.net/manual/en/language.operators.array.php