$stringa = "valore1,valore2,valore3";

$array = explode(',',$stringa);
OPS stavo scrivendo..