recaptcha

  1. pligin

    PHP Class для проверки Google reCaptcha V2 1.0

    Данный PHP класс проверит правильность отправки Google reCaptcha V2. Пример использования include('_class.recaptcha.php'); $recaptcha = new recaptcha($_POST['g-recaptcha-response'],'recaptchaSekretKey'); $response = $recaptcha->checkRecaptcha(); if($response){ //You are a man! }else{ //You...
Верх