How can we remove duplicate values from an array?
3024
13-Jun-2011
Anonymous User
13-Jun-2011array_unique() funciton can be used for the purpose.