GlisWeb framework
Funzioni
Riferimenti per il file _recaptcha.tools.php

questo file contiene funzioni utili per la gestione di Google RECAPTCHA Continua...

Vai al codice sorgente di questo file.

Funzioni

 recaptchaCheck ( $token, $secret)
 $token va preso da $_REQUEST['g-recaptcha-response'] Continua...
 
 recaptchaBooleanCheck ( $token, $secret)
 

Descrizione dettagliata

questo file contiene funzioni utili per la gestione di Google RECAPTCHA

documentazione: https://developers.google.com/recaptcha/intro

nel form:

nell'head: <script src="https://www.google.com/recaptcha/api.js" async="" defer>=""></script> risultato: $_REQUEST['g-recaptcha-response']

Definizione nel file _recaptcha.tools.php.