Re: [PHP] Re: get the median from an array of integers

2002-03-01 Thread Erik Price
On Friday, March 1, 2002, at 02:28 PM, Jason Wong wrote: > On Saturday 02 March 2002 02:03, Daniel Grace wrote: >> As for the median value, there's a relatively easy way to do this in >> PHP: > > I think Erik has gotten his terms mixed. He wants the "most-chosen" > value, > which is the "mode

[PHP] Re: get the median from an array of integers

2002-03-01 Thread Daniel Grace
> > The web page features ten listboxes, each of which contains the same > options. Let's say that you can choose A, B, C, D, or E from each > listbox. Submit the form, run some code to figure out which was > most-frequently selected, and then display that value on the next page. > > That's all