[HELP] How To Make Array Like This
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
(
[0] => Array
(
[code] => SJ260
[from] => CGK
[to] => DPS
[std] => 15:10
[sta] => 18:00
[price] => Array
(
[0] => Array
(
[value] => 579,000
[seat] => 0
[class] => X
[order_key] => :-:S:CGK:DPS:U2s5VlVrNUZXUT09
)
[1] => Array
(
[value] => 617,000
[seat] => 8
[class] => E
[order_key] => 4777752:E:S:CGK:DPS:U2s5VlVrNUZXUT09
)
)
)
)
How to put code […]
Original post by Grandong
Leave a Reply
You must be logged in to post a comment.