I Have array As Follow
Array
(
[0] => myProduct_1
[1] => myProduct_2
[2] => myProduct_3
[3] => myProduct_2
[4] => myProduct_1
[5] => myProduct_1
[6] => myProduct_1
[7] => myProduct_1
)
Now i need only values which is more than one time in array. So how can i get ?
NOTE:
here name of array value is not same every-time it changes as blah,blah
.