[PHP] Re: wrapping text

2005-08-14 Thread David Dorward
John Taylor-Johnston wrote: > >"wordwrap(stripslashes($message), 72)". > Thanks! Another reason why I gave up on Perl :) A fucntion made already > since 4.0.2.! :) Oh look, Perl has something almost as old (possibly older, that's just what I found in 30 seconds of searching). http://search.cpa

[PHP] Re: wrapping text

2005-08-13 Thread John Taylor-Johnston
>"wordwrap(stripslashes($message), 72)". Thanks! Another reason why I gave up on Perl :) A fucntion made already since 4.0.2.! :) Matthew Weier O'Phinney wrote: Folks are complaining mail arrives and text will not wrap. $message comes directly from a textarea. Old mail readers, I guess? Ye

[PHP] Re: wrapping text

2005-08-13 Thread Matthew Weier O'Phinney
* John Taylor-Johnston <[EMAIL PROTECTED]>: > Folks are complaining mail arrives and text will not wrap. $message > comes directly from a textarea. Old mail readers, I guess? Not necessarily old. Many of us use text-based mail readers, where tradition and usability dictate line lengths of 72-80 c