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
solved Parse error: syntax error, unexpected end of file (Registration script) [closed]