Limit Characters in a String

Simple enough.
echo substr($string, 0,15);

Leave a Reply