Vous devez échapper les guillemets doubles dans cette ligne :
echo ("you're in, click <a href="#">here</a> to enter your profile");
Cela devrait ressembler à ceci :
echo ("you're in, click <a href=\"#\">here</a> to enter your profile");
Vous devez échapper les guillemets doubles dans cette ligne :
echo ("you're in, click <a href="#">here</a> to enter your profile");
Cela devrait ressembler à ceci :
echo ("you're in, click <a href=\"#\">here</a> to enter your profile");