且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

解析错误:语法错误,文件意外结束(注册脚本)

更新时间:2022-02-26 22:50:00

您忘记了以下语句的右括号:

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 . ")");
}