That worked great. Now that the two arrays are the same as far as format I thought I could run an array_diff on them but it returns as an empty array. I am assuming this is because they are two dimensional arrays.
I'll have to sort them somehow and then compare them... probably with some sort of nested foreach loop.