Domain: example.com
Server Name: elaninwe
Server FQDN: elaninwe.example.com
Our user: aria
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Call this function to verify is the ReCaptcha is valid | |
Call with parameter : | |
$_POST['g-recaptcha-response'] | |
Call with this optional parmater : | |
$user_ip | |
Return false is recaptcha is invalid or true if valid | |
if(isValid($_POST['g-recaptcha-response'])) | |
{ | |
echo 'recaptcha valid'; |
NewerOlder