I\'m looking for the simplest way to take a single variable such as:
$variable = \'left,middle,right\';
and write it to an array();>
array();>
$array = explode(',', $variable);