Q. PHP wordwrap + \ n
Q. PHP wordwrap + \ n
Out of context: Reply #1
- Started
- Last post
- 1 Response
- ********0
Ah. Think I fiexd it. wordwrap doesn't have to break on a \n, it can also be a " " (space).
wordwrap($text, 68, " ", 1)
Ah. Think I fiexd it. wordwrap doesn't have to break on a \n, it can also be a " " (space).
wordwrap($text, 68, " ", 1)