Associative array formatting -


i having array

array (     [0] => array         (             [008847] => mi         )  ) 

please suggest how make in php

array     (         [008847] => 'mi'                 ) 


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -