Is there a way to restrict the number of characters echo'ed, or printed?
echo substr($string_to_be_echoed, 0, $number_of_chars);