I have a seemingly easy task, but I'm struggling a bit. I know that I need to escape the quotes, but I cant seem to get the combination correct.
$referringURL = $_SERVER['HTTP_REFERER'];
echo "<a href = ".$referringURL./MyAccount/SearchUser.aspx" class = "back">Return to Search Users page</a>";
"in the html wherey ou DON'T want to leave "string mode" in php,echo "<a href=\"foo\">hi mom</a>";