Page 1 of 1

how to remove duplicate value in array

Posted: Fri Jul 20, 2007 5:23 am
by arathi
Hi
Is there is any idea to remove duplicate values in an array.

Posted: Fri Jul 20, 2007 5:48 am
by volka
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"

Posted: Fri Jul 20, 2007 5:53 am
by arathi
Hi volka
Thank's for ur suggestion