CodeIgniter Forums
Valicate reCaptcha Plugin Using CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Valicate reCaptcha Plugin Using CI (/showthread.php?tid=55009)



Valicate reCaptcha Plugin Using CI - El Forum - 10-05-2012

[eluser]rochellecanale[/eluser]
Hello Huys. I have a simple problem. My problem is I want to validate the recaptcha plugin. How can I do this with my controller? Viewing of recaptcha is easy but i dont know how to validate it. Please help me guys.


Valicate reCaptcha Plugin Using CI - El Forum - 10-07-2012

[eluser]jmadsen[/eluser]
start by going to www.google.com and typing:

codeigniter validate recaptcha

https://www.google.co.jp/search?q=codeigniter+validate+recaptcha&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:ja:official&hl=ja&client=firefox-a

69 posts - might be time to start doing your own research instead of just coming here expecting people to write code for you?

sorry if that is harsh and unfriendly, but...


Valicate reCaptcha Plugin Using CI - El Forum - 10-07-2012

[eluser]rochellecanale[/eluser]
Sorry but the code in the internet is written in old version of CI. I am just so stressed because I'm a beginner in a programming field and I'm handling a big project. That's why i always asked a help to you guys. I can do my own research but it is difficult for me to understand some difficult code. Sorry again.


Valicate reCaptcha Plugin Using CI - El Forum - 10-08-2012

[eluser]LuckyFella73[/eluser]
This version is CI 2.1.x compatible:
https://github.com/ollierattue/codeigniter-recaptcha

Look at the example controller and view to see how to use it.