Hi
I have a script that sends a mail message to whoever the user wants, the problem is that in the email it always comes up with \' instead of just '.
so i get things like:
it\'s and ben\'s
is there anyway to stop this?
The code im using is:
<?
mail("$sendto", "New Mail Message from $user",
"
Start Multi-Crypt Message
$written
End Multi-Crypt Message
To decrypt message, goto http://ffa.cystrix.co.uk/recover.php
and follow the instructions there.
Sent using Multi-Crypt
http://ffa.cystrix.co.uk
");
?>
thanks
ben periton