<?php $keyw=" some, string,,, separaed by many ... different ; ; ;separators"; $searchArr = preg_split( "/[;,\.]+/", $keyw , -1, PREG_SPLIT_NO_EMPTY ); print_r($searchArr);
You have javascript disabled. You will not be able to edit any code.