Do we have any inbuilt function to eleminate duplicate values in array
eleminating duplicates in php array
Collapse
X
-
You could have found that yourself, by just looking in the standard PHP documentation http://nl3.php.net/manual/en/function.array-unique.php
Ronald :cool:
Comment