send a html link in a email send by php

Loire

New Member
I am using html form textarea and php to send email using my websiteHow can i put a link in the message body. i did like this\[code\]<a href="http://www.xxxxx.com/">Visit the site</a>\[/code\]but i am receiving whole text. also i tried\[code\]<html> <head> <title>Test</title> </head> <body> <a href="http://www.xxxxx.com/">Visit the site</a> </body></html>\[/code\]but i am receiving whole text
 
Back
Top