我应该如何整合recaptcha在Codeigniter

我应该如何整合recaptcha在Codeigniter

本文介绍了我应该如何整合recaptcha在Codeigniter的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在Codeigniter的注册表单中整合recaptcha。表单将在ajax中发布。请帮助我。



提前感谢

解决方案

会找到您的解决方案。





查找

 < script type =text / javascriptsrc =http://www.google.com/recaptcha/api/js/recaptcha_ajax.js>< / script> 

您还可以在这里找到演示。



p>

I want to integrate recaptcha in registration form in Codeigniter. The form will post in ajax. Please help me..

thanks in advance

解决方案

Here you will find your solution.

https://developers.google.com/recaptcha/docs/display

Find there

<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>

You will also find a demo here.

http://www.google.com/recaptcha/demo/ajax

这篇关于我应该如何整合recaptcha在Codeigniter的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 15:44