$str = "Hello, kinjal, how, are, you"; // it will convert string to array $s1 = explode(",", $str); echo "<pre>"; print_r($s1);