Posted by Philip Hallstrom on 09/28/05 00:52
> if "chunk_split" function split the line of text (here on 50 char)
> I was wondering if there exists one function who take care if
> the 50 char is in the middle of the word and split the line
> first "empty space" before the word or just after?
>
> $newstring = chunk_split($row[1], 50, '<br />');
> echo $newstring;
http://us3.php.net/manual/en/function.wordwrap.php
[Back to original message]
|