<?php $arr =Array ( 0 => Array ( 0 => 8147, 1 => 3 ), 1 => Array ( 0 => 8204, 1 => 20 ) ); $match_array = array_column($arr,0); $str = implode(",",$match_array); echo $str;
You have javascript disabled. You will not be able to edit any code.