Hi
Is there is any idea to remove duplicate values in an array.
how to remove duplicate value in array
Moderator: General Moderators
Take a look at http://de2.php.net/manual/en/ref.array.php
There's a list of functions working on arrays. The short description of one of them is "Removes duplicate values from an array"
There's a list of functions working on arrays. The short description of one of them is "Removes duplicate values from an array"