I have this:
$dataList = \"*one*two*three*\"; $list = explode(\"*\", $dataList); echo\"\";print_r($list);echo\"\";
\";print_r($list);echo\"
which