Hello
I have an array of values, defined with a for next loop looking like this:
for($i=0;$i<sizeof($data);$i++)
{$alt[]=..
}
Now I want to know where the maximum value occurs in the array $alt. How do I do this?
The function max() only returns the maximum value.
All help is appreciated
Regards, Boudewijn Verhaar