Help with auto responder
Posted: Tue Jan 26, 2010 4:08 pm
Hello all,
I am having some trouble with my auto responder code. Not that knowledgable with php, but do have lots of coding background. Basically, I have an auto responder set up after someone submits their details. My problem is i cannot put any links into the message part of the auto responder.
The code is setup to use variables as the email address, subject and main body. It all works fine with normal text. However, as soon as i put <a href="...">Click here</a> i get a parse error. What am i doing wrong?
$to = "$email";
$subject = "Title";
$body = "message text...";
This is how i have setup my code. I have tried many combinations and everytime it runs, until i enter the html.
All help is appreciated
I am having some trouble with my auto responder code. Not that knowledgable with php, but do have lots of coding background. Basically, I have an auto responder set up after someone submits their details. My problem is i cannot put any links into the message part of the auto responder.
The code is setup to use variables as the email address, subject and main body. It all works fine with normal text. However, as soon as i put <a href="...">Click here</a> i get a parse error. What am i doing wrong?
$to = "$email";
$subject = "Title";
$body = "message text...";
This is how i have setup my code. I have tried many combinations and everytime it runs, until i enter the html.
All help is appreciated