Anda harus menghindari tanda kutip ganda di baris ini:
echo ("you're in, click <a href="#">here</a> to enter your profile");
Seharusnya terlihat seperti ini:
echo ("you're in, click <a href=\"#\">here</a> to enter your profile");
Anda harus menghindari tanda kutip ganda di baris ini:
echo ("you're in, click <a href="#">here</a> to enter your profile");
Seharusnya terlihat seperti ini:
echo ("you're in, click <a href=\"#\">here</a> to enter your profile");