im using wordwrap on a simple messageboard, which works for those words that are longer than the specified width, except this now effects all the other posts with normal words, for instance:
Hello, i am
bobby
this is what i like to do: football and other
sports as well
as things like computers
and also
other
things
ive seen the user comments at the bottom of the wordwrap in the php manual except these are a little large for a simple probem, is there any way to insert a hyphen (-) and a newline character after a specified number of characters?
N.B
i think i understand that this might put a hyphen in between words like: th-
e
is there any way to check word length?