<?php $body = array ( 'tags' => array ( 0 => array ( 'tag_id' => 70, 'tag_slug' => 'step-by-step-macintosh-training', 'tag_name' => 'step-by-step-macintosh-training', 'tag_description' => '', 'contact_count' => 4, 'show_as_preference' => 0 ), ), 'status' => 'success' ); $tags = array(); foreach ($body['tags'] as $tag) { $tags[] = array('tag_id'=>$tag['tag_id'], 'tag_name'=>$tag['tag_name']); } print_r($tags);
You have javascript disabled. You will not be able to edit any code.