extra exclamation mark..

They have: 164 posts

Joined: Nov 2001

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's picture

He has: 4,048 posts

Joined: Aug 2000

I have no idea. Confused

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.