$myString = "9,[email protected],8"; $myArray = explode(',', $myString); print_r($myArray);
$string = implode(', ', $tags);