Jump to content

[SOLVED] PHP Array Sort


perezf

Recommended Posts

How can i sort this array by the distance value

Array

(

    [0] => Array

        (

            [zip] => 33028

            [distance] => 3.60

        )

 

    [1] => Array

        (

            [zip] => 33325

            [distance] => 4.45

        )

 

    [2] => Array

        (

            [zip] => 33326

            [distance] => 3.17

        )

 

    [3] => Array

        (

            [zip] => 33327

            [distance] => 4.59

        )

 

    [4] => Array

        (

            [zip] => 33330

            [distance] => 2.87

        )

 

    [5] => Array

        (

            [zip] => 33331

            [distance] => 0.00

        )

 

    [6] => Array

        (

            [zip] => 33332

            [distance] => 3.28

        )

 

)

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/146312-solved-php-array-sort/
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.