array-help

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

Look at this. Google is your help here :wink:

Stuart

Ahh… thanks! :smiley:
I just searched the that array-area in php.net but missed that.
Php is so fun and simply, you have only to figure it out first :lol:

Henkka