Hi.. I have array like this: PHP Code:     [segment] => Array         (             [0] => Array                 (                     [0] => Array                         (                             [code] => SJ272                             [from] => CGK                             [to] => DPS                             [std] => 05:45                             [sta] => 08:35                             [price] => Array                                 (                                     [0] => Array                                         (                                             [value] => 579,000                                             [seat] => 0                                             [class] => X                                             [order_key] => :-:S:CGK:DPS:U2s5VlVrNUZXUT09                                         )                                     [1] => Array                                         (                                             [value] => 617,000                                             [seat] => 0                                             [class] => E                                             [order_key] => :-:S:CGK:DPS:U2s5VlVrNUZXUT09                                         )                                 )                         )                 )             [1] => Array                 ( …

[HELP] How To Make Array Like This Read more »