Multi Array Sort PHP

Unwiseusete

New Member
I'm having some problems wrapping my head around how to do this.I have an array in PHP\[code\] array(131) { ["BLANF "]=> array(3) { ["line_3"]=> string(4) "3.92" ["line_1"]=> string(1) "6" ["line_2"]=> string(2) "14" } ["BLOOH "]=> array(3) { ["line_3"]=> string(4) "2.00" ["line_1"]=> string(1) "20" ["line_2"]=> string(1) "6" }}\[/code\]That I need to sort based on the value of line_1. In PHPThanksZachary
 
Top