Like said above. It should be: <?php $para = $_POST['send']; $result = explode('.',$para); echo $result; ?> PHP: