Ok, this should be my last email question. I'm really learning a lot and I appreciate all the help I have recieved on this forum. My question is: When people type a message in the form, for example:
Doesn't this work nicely.
When that message is emailed it appears as:
Doesn\'t this work nicely.
Is there a way to prevent it from inserting the slash in the emailed message?
This is the code I'm using to send the email:
<?
mail("username@email.com", $subject, "Name: $name \nEmail: $email \nSubject: $subject \nComments: $comments"
?>
Doesn't this work nicely.
When that message is emailed it appears as:
Doesn\'t this work nicely.
Is there a way to prevent it from inserting the slash in the emailed message?
This is the code I'm using to send the email:
<?
mail("username@email.com", $subject, "Name: $name \nEmail: $email \nSubject: $subject \nComments: $comments"
?>