Debe evitar las comillas dobles en esta línea:
echo ("you're in, click <a href="#">here</a> to enter your profile");
Debería verse así:
echo ("you're in, click <a href=\"#\">here</a> to enter your profile");
Debe evitar las comillas dobles en esta línea:
echo ("you're in, click <a href="#">here</a> to enter your profile");
Debería verse así:
echo ("you're in, click <a href=\"#\">here</a> to enter your profile");