display links in php

Kinfogwon

New Member
I know this is simple but my brain is fried from trying to solve a different problem!I'm using php's mail function to email the user. Below is my code. See the a href link, how do I get this to display as an actual link within the php?\[code\][email protected];$content= "Dear Whoever, NB: Please click <a href=http://stackoverflow.com/"document.pdf\" target=\"_blank\">here</a> to read and download the terms and conditions.";mail( "$email", "Welcome", $content, "From: [email protected]"); \[/code\]
 
Back
Top