<?php $string = "It's just me, myself, i and an empty glass of wine. Age = 21"; $array = preg_split('/ |(?=,)/', $string); print_r($array);
You have javascript disabled. You will not be able to edit any code.