Jump to content

array_multisort


Stooney

Recommended Posts

I'm having trouble understanding the manual on this.  I need to sort this array by the value of 'biddernum' ASC. 

 

Here's an example of the array I'm working with:

Array
(
    [0] => Array
        (
            [biddernum] => 1098
            [barcode] => 
            [price] => 13
        )

    [1] => Array
        (
            [biddernum] => 1088
            [barcode] => 
            [price] => 16
        )

    [2] => Array
        (
            [biddernum] => 1136
            [barcode] => 
            [price] => 13
        )
)

 

Any help is appreciated.

Link to comment
https://forums.phpfreaks.com/topic/94563-array_multisort/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.