PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am trying to send an email using the mail function below, but it prints out the A tag html code instead of rendering it as a link. How do you adjust the code to send an html email?
mail("test@test.com", "Subject Line Here",
"The following information was submitted by $name on $today
---------------------------
Name: $name
Title: $title
Company: $company
Phone: $phone
Email: $email
Headline: <a href=$url>$headline</a>
");