Mobile app version of vmapp.org
Login or Join
Yeniel560

: How can I verify the result of a reCAPTCHA in PHP I am currently working on a website, and I've had some problems with spammers on my comment system. So, I am implementing a reCAPTCHA (maybe

@Yeniel560

Posted in: #Captcha #Comments #Php

I am currently working on a website, and I've had some problems with spammers on my comment system. So, I am implementing a reCAPTCHA (maybe some scanners later). I have registered my site with Google, and now I have embedded the code. But, I need to get the result (not checked, succeeded, failed) of my reCAPTCHA in PHP, since I use that language for the comment system. How can I do this?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Yeniel560

1 Comments

Sorted by latest first Latest Oldest Best

 

@Smith883

Sign up for a api key it's free. And use the following code example.
github.com/google/recaptcha/tree/master/examples

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme