Hi, I'm using a php script that allows visitors to add comments, and the comments are placed on a page that is sensitive width wise, meaning if someone writes a continues string of say 40 characters My table doesn't wrap it because it's continuous, but it messes up the page formatting. I know I can force a wrap after X character with the function wordwrap(). But it's less than ideal because it messes up the wrapping of the text that normally wraps fine. What I'd like to do is break up "words" that go longer than say 15 letters with out a space. Anyone know how to do this?
Thanks,
Matt