comma-separated string to array

$array = explode(',', $variable);

Leave a Comment