Page is a not externally linkable
coopster - 6:25 pm on Apr 5, 2008 (gmt 0)
It depends on whether or not you want to clip the text at the last character in the middle of a word or not. If you don't care, then using substr [php.net] will be fine. If you want to make sure you don't clip a word you could use wordwrap [php.net].