How can I compare multidimensional arrays in php? Is there a simple way?
Another way to do it is to serialize() both of the arrays and compare the strings.
serialize()
http://php.net/manual/en/function.serialize.php