hi i have a question regarding some logic.
well lets say we have 2 arrays.
arr1 = array('orange','apple','banana','grapes');
arr2 = array('orange','banana','grapes');
i want to create a loop to compare these two arrays and to determine the differences between this two arrays. for this case it would be the 'apple' which is the odd 1.
any help would be appreciated. thanks