<?php $arr = explode("<br />",nl2br($myString)); echo $arr[0]; ?>
<?php echo substr($myString,0,100); ?>