how should I integrate recaptcha in Codeigniter [closed]

╄→гoц情女王★ 提交于 2020-01-14 06:34:20

问题


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

thanks in advance


回答1:


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




回答2:


There are several link in google where you can find how to integrate recaptcha in codeigniter

http://www.99points.info/2010/04/how-to-use-re-captcha-in-codeigniter-based-website/

http://www.christophermonnat.com/2008/09/how-to-use-recaptcha-with-ci/

http://blog.markmirandilla.com/2011/09/17/how-to-integrate-recaptcha-with-codeigniter/

ALSO SEE :- Recaptcha in Codigniter



来源:https://stackoverflow.com/questions/17168002/how-should-i-integrate-recaptcha-in-codeigniter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!