<?php $string = "Hello; how are you;Hey, I am fine"; $new = preg_split("/\b;\b/", $string); print_r($new);
You have javascript disabled. You will not be able to edit any code.