Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( $popular['success'] ) {
- foreach($popular['data'] as $type => $item) {
- foreach( $item as $key => $val ) {
- echo $item['origin'];
- echo $item['destination'];
- echo $item['transfers'];
- echo $item['price'];
- echo $item['airline'];
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement