Friday, July 20, 2007

How to remove duplicates from PHP array

We can remove duplicate elements from PHP array by using array_unique() function there are many functions available in PHP to manipulate arrays.

No comments: