<?php $array = [ 'DC, Maryland, Northern-Virginia', 'North-Carolina, Virginia', ]; var_export(explode(', ', implode(', ', $array)));
You have javascript disabled. You will not be able to edit any code.