clive wrote:

Does the html <textarea> add in \r.

Normally not.

But the mailing function might do.
Replace every \n with <linbreak> and every \r with <linefeed> with str_replace
And probably you see where the problem is

--
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to