Du måste undvika de dubbla citattecken på denna rad:
echo ("you're in, click <a href="#">here</a> to enter your profile");
Det ska se ut så här:
echo ("you're in, click <a href=\"#\">here</a> to enter your profile");
Du måste undvika de dubbla citattecken på denna rad:
echo ("you're in, click <a href="#">here</a> to enter your profile");
Det ska se ut så här:
echo ("you're in, click <a href=\"#\">here</a> to enter your profile");