Another problem I have is I did $message = str_replace("\n","<br>",
$message);

and instead of getting

<text>Helo &lt;&lt;br&gt;&lt;br&gt;Hey&lt;br&gt;Hey</text>

I have

<text>Helo &lt;
&lt;br&gt;
&lt;br&gt;Hey
&lt;br&gt;Hey</text>

Any ideas please?

Thank you



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

Reply via email to