很少有快速的问题,因为我无法在文档中找到这样的信息。
干杯!
答案 0 :(得分:0)
if (isset($_POST['captcha_response']))
{
if (Captcha::valid($_POST['captcha_response']))
{ // you code here 'captcha_response' implies the input name of captcha
}}
我更喜欢使用客户端脚本语言(如jquery而非服务器端
)进行验证