code:
$body = strip_tags($sub_row['post']);
$body = substr($body, 0, 200);
$pos = strrpos($body, ' ');
$body = substr($body, 0, $pos + 1);
echo $body.'... ';
text eg:
table width="450" align="center" class="feature"><tr><td align="left">For those who have not heard about it, Digital Life is a consumer ...