[Solved] Parse error: syntax error, unexpected end of file (Registration script) [closed]

[ad_1]

you forgot the closing bracket on this statement:

if (!$resp->is_valid) {
    die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")");
}

1

[ad_2]

solved Parse error: syntax error, unexpected end of file (Registration script) [closed]