<?php $mystring='one,two,three,four, five, six, seven'; var_export(preg_split('/, ?/',$mystring));
You have javascript disabled. You will not be able to edit any code.