<?php $string = "I'M GAL SHAFRIR AND BLA BLA BLA"; $string = substr($string,0,30); $string .= '...'; echo $string;?>
IM GAL SHAFRIR AND BLA BLA BL...