extra exclamation mark..
i'm using mail() to send confirmation email to users.
this is wat i have in my mail.php:
<?php
$msg .= \"Please contact us at <b>03-12345678</b>/<b>03-12345678</b> for further details.\";
mail($recipient, $subject, $msg, $headers);
?>
the msg should appear like this:
Quote:
Please contact us at 03-12345678/03-12345678 for further details.
but it appears like this in the email:
Quote:
Please ! contact us at 03-12345678/03-12345678 for further details.
why is there an exclamation mark??
Mark Hensler posted this at 07:31 — 13th September 2002.
He has: 4,048 posts
Joined: Aug 2000
I have no idea.
Suzanne posted this at 10:22 — 14th September 2002.
She has: 5,507 posts
Joined: Feb 2000
http://www.redcricket.com/cgi-bin/yabby/YaBB.pl?board=2;action=display;num=1030926268
Perhaps they know?
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.