Is there a function that will delete duplicate entries in an array?
array_unique()
Awesome! Thank you so much!