Letmos
11-14-2006, 02:08 AM
I have script that generates e-mails, along the lines of:
$message="this is the message I want to send";
However, the e-mail that arrives is, for example:
'this is the message I /want to send'
I have tried using str_replace & stripslashes without success.
I should note that the actual message is in Japanese (multi-byte characters) & the blip seems to arise only with very specific character combinations.
Thanks in advance,
Letmos
$message="this is the message I want to send";
However, the e-mail that arrives is, for example:
'this is the message I /want to send'
I have tried using str_replace & stripslashes without success.
I should note that the actual message is in Japanese (multi-byte characters) & the blip seems to arise only with very specific character combinations.
Thanks in advance,
Letmos