$cleanarray = array(); foreach ($all as $key => $value) { array_push($cleanarray, $value); } $comma_separated = implode(",", $cleanarray);
確定! 回上一頁