I have a associative array in the following format:
How to sort the array by 'c_name' in ascending order
Array
(
    [country_detials] => Array
        (
            [0] => Array
                (
                    [c_id] => AD
                    [c_name] => Andorra             
                )
            [1] => Array
                (
                    [c_id] => AE
                    [c_name] => United Arab Emirates
                )
   )
)
 
     
    