Hello.
May I please enquire/check?
I'd like to include a clickable hyperlink in an email, but unsure how to go about it.
At present I've written:-
$_SESSION['mailsys_message'] = "Hello. A request to reset your password has been made. To proceed with this request, please <a href=''https://www.domain.co.uk/reqpwchnge.php?cdeid=$id''>click here</a>.\n\n If you didn't make this request, please <a href=''https://www.domain.co.uk/cancelpwchnge.php?cdeid=$id''>click here</a> to cancel the request.\nThank You.";
I've used 2 of the single quote on the same key as the @, and not the double quotes on the same key as the 2.
If it's incorrect, could anyone please correct it?
Thank You
May I please enquire/check?
I'd like to include a clickable hyperlink in an email, but unsure how to go about it.
At present I've written:-
$_SESSION['mailsys_message'] = "Hello. A request to reset your password has been made. To proceed with this request, please <a href=''https://www.domain.co.uk/reqpwchnge.php?cdeid=$id''>click here</a>.\n\n If you didn't make this request, please <a href=''https://www.domain.co.uk/cancelpwchnge.php?cdeid=$id''>click here</a> to cancel the request.\nThank You.";
I've used 2 of the single quote on the same key as the @, and not the double quotes on the same key as the 2.
If it's incorrect, could anyone please correct it?
Thank You