基于 PHP 的 jQuery 中文点击验证码插件 clicaptcha

码农软件 · 软件分类 · 验证码(Captcha) · 2019-04-22 07:43:12

软件介绍

clicaptcha

这是一个基于PHP的jQuery中文点击验证码插件

效果图

调用方式


$('#clicaptcha-submit-info').clickCaptcha({
    src: '../clicaptcha.php',
success_tip: '验证成功!',
error_tip: '未点中正确区域,请重试!',
callback: function(){
//...
}
});
//后端进行二次验证
require('../clicaptcha.class.php');
$clicaptcha = new clicaptcha();
echo $clicaptcha->check($_POST['clicaptcha-submit-info']) ? '后端二次验证成功' : '后端二次验证失败';

本文地址:https://codercto.com/soft/d/4115.html

Learning PHP 5

Learning PHP 5

David Sklar / O'Reilly / July, 2004 / $29.95

Learning PHP 5 is the ideal tutorial for graphic designers, bloggers, and other web crafters who want a thorough but non-intimidating way to understand the code that makes web sites dynamic. The book ......一起来看看 《Learning PHP 5》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码