Limit Characters in a String By nertbloxJuly 10, 2012July 10, 2012PHP Simple enough. echo substr($string, 0,15);