i am trying to send html text to email using php i write code for only message part below
$message="<html><body> <div><b>Title</b>:$app $vesion </div> <div><a href="http://localhost/download/row[3]">Install Team Provisioning File</a> </div> <br/> <div><a href="http://localhost/download/row[5]">install binary</a> </div> <div><b>Released</b>:$date</div> <body> <html>"; but it shows error syntax error, unexpected T_STRING at a href part please suggest me for how append a herf in $message