Hi all,
I have just finished a small job only to realise that the client has PHP3 not 4! running, everything works except
array_count_values() - which is PHP4 only, I am certain I saw somewhere here a php version of this - ie a script which does the same job, I have searched but can not find it.. anybody?
I guess I can work it out but agggghhh my head hurts , I basically need to return an array that holds the values and frequency of another array.




- if you have an array with 400 values (which I do) this checks each value (400) 400 times!
Bookmarks