Problems sending HREF link in body of email
Posted: Thu Mar 29, 2007 12:42 pm
We want to send an email containing a HREF link but having problems with escape characters or whatever.
So in the body of the mail we have
$bodyPT2 = "<a href =".$fullUrl.">link </a>";
where fullURL is a user inputted URL but when we open the mail we get
<a href =http://something/boom249.php>link </a>
instead of just showing
"link"
Any Help ? : (
So in the body of the mail we have
$bodyPT2 = "<a href =".$fullUrl.">link </a>";
where fullURL is a user inputted URL but when we open the mail we get
<a href =http://something/boom249.php>link </a>
instead of just showing
"link"
Any Help ? : (