Matriz de junção PHP com vírgula
$new_array=implode(', ', $array);
MrDracoula
$new_array=implode(', ', $array);