Hi Gurus! :lol:
Starting point, I have an array with theese values:
array(array('14', '14', '5', '8', '2');
And I want to know how many times the value wich appear most of times are there (in this case I will have returningvalue 2 (number 14)). I don’t know the most-showing value when the script start look for for it. Is this possible to do and how?
Henkka