<?php $test = array(); $test = array ("testing"); $str = 'a,b,c,d'; $parts = explode(',', $str); $test = array_merge($test, $parts); print_r($test);
You have javascript disabled. You will not be able to edit any code.