この行の二重引用符はエスケープする必要があります:
echo ("you're in, click <a href="#">here</a> to enter your profile");
次のようになります:
echo ("you're in, click <a href=\"#\">here</a> to enter your profile");
この行の二重引用符はエスケープする必要があります:
echo ("you're in, click <a href="#">here</a> to enter your profile");
次のようになります:
echo ("you're in, click <a href=\"#\">here</a> to enter your profile");