Hi Peeps
My problem is this
I have 3 separate array(they contain email addresses). I am joinging them together using the array_merge function.
I want to be able to go through the new large array and remove any duplicate values and their associated keys. Otherwise people that appear more than once will get more than 1 email.
Is there any function to remove duplicates from an array or is there something else i can do
T.I.A
GM