Barry wrote:

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

It's because of the operation system. Win32 and Linux works different. Linux adds extra line.

Martin [Zend Certified]

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

Reply via email to