I have a script that mails the contents of a form including a textbox that is used for comments. How can I make it so that in the email, the string from the comments box is word wrapped?
wordwrap();
http://www.php.net/manual/en/function.wordwrap.php read up on it..
ROFL Thanks planetsim!