|
Posted by ZeldorBlat on 10/07/00 12:00
On Jan 16, 11:48 am, dunctait <dunct...@hotmail.com> wrote:
> hi there,
>
> im going to loop through 17thousand mysql entries (each entry has
> aunique, and incremental, id) then calculate a rating of each entry
> based on some other information. (between 1 and 5)
>
> i then want to sort the data with the highest rated entries at the top
> of the list?
>
> my first plan was to add each calculation into an array, as the array
> number would match the unique id, then at the end use the sort
> function, but then i would lose the unique id information by doing
> this.
>
> is there some way to use sort on an array of array[id][rating]? or an
> array of objects somehow?
>
> thanks for any help,
> duncan
How about asort() ?
<http://us.php.net/asort>
Navigation:
[Reply to this message]
|