*sigh* They never stop.

I have a series of lines that I put through a function that strips tags and
replaces them with their best string equivalents (bold tags turn into *s and
such).

For some reason, when I replace my <BR> tags with \n\r and print the
resulting line on-screen, it works. But when I e-mail the lines, the \n\r
seems to disappear and all lines run into one another. For some reason, this
doesn't happen with P tags, but only with BR. My site is slowly becoming a
headache.

Can anyone help?

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

Reply via email to