Matriz de junção PHP com vírgula

 $new_array=implode(', ', $array);
MrDracoula