hi
I've been looking at:
http://www.phpbuilder.com/board/showthread.php?threadid=10279873&highlight=counting+same+array+values
which seems to be the problem I have, but the solution doesn't work for me!
Basically, I have an array, and it may contain duplicate values. So I want to search through, and count how many duplicates there are for each value, and then delete the duplicates.
I've been trying array_count_values() but when I print_r, the values don't group!!!!!
I've seen array_unique which seems like it will remove the values once they've been counted, but can someone help me piece together this puzzle!
Cheers