Search found 1 match

by wesohaire
Wed Nov 01, 2006 4:28 pm
Forum: PHP - Code
Topic: Condensing Text to a number of lines.
Replies: 2
Views: 622

Condensing Text to a number of lines.

Hey guys, I'm doing a site and have some paragraphs that I need condensed down to a specific number of lines. Is this even possible? I tried substr but that is inconsistent and sometimes cuts off in the middle of a word. I've also tried exploding the string and outputting just a specific number of w...