Hi
I was wondering if it was possible to email a hyperlink to someone as part of the message.
I have the following:
$Msg .= "Hi";
$Msg .= " ";
$Msg .= $_POST[entered_by];
$Msg .="\n";
$Msg .="\n";
$Msg .= "Please click on the link below to see your photo";
$Msg .="\n";
$Msg .="\n";
$Msg .= <a href=.'$_POST[find_file]'>Click Here</a>;
$Msg .="\n";
$Msg .="\n";
but it is erroring out at the "a href" part.
Thanking in advance for any help received.
Thanking in advance
I was wondering if it was possible to email a hyperlink to someone as part of the message.
I have the following:
$Msg .= "Hi";
$Msg .= " ";
$Msg .= $_POST[entered_by];
$Msg .="\n";
$Msg .="\n";
$Msg .= "Please click on the link below to see your photo";
$Msg .="\n";
$Msg .="\n";
$Msg .= <a href=.'$_POST[find_file]'>Click Here</a>;
$Msg .="\n";
$Msg .="\n";
but it is erroring out at the "a href" part.
Thanking in advance for any help received.
Thanking in advance