1
I get two arrays
However, when merging them, the same values must be removed: in
array_unique( array_merge($array1, $array2) )
It is possible to remove duplicates, but I want to remove both duplicates.
Is there a simple method, or is looping even?
Give an example of the arrays' strature, will facilitate in understanding the problem and solution.
– Marcelo de Andrade