Merhaba arkadaşlar,

Formu gönderirken recaphtcayı görmüyor.Form göndermede sıkıntı yok,recaphtca da çalışıyor ama formu gönderirken recaphtca ya gerek duymuyor.Her türlü formu gönderiyor.Yardımcı olursanız sevinirim.


session_start();

$durum = '';
if ($_SERVER["REQUEST_METHOD"] == "POST") {
$recaptcha = $_POST['g-recaptcha-response'];
if (!empty($recaptcha)) {
include "curl.php";
$google_url = "https://www.google.com/recaptcha/api/siteverify";
$secret = 'google secret key';
//kullanıcının ip adresi
$ip = $_SERVER['REMOTE_ADDR'];
//istek adresini oluşturuyoruz
$url = $google_url . "?secret=" . $secret . "&response=" . $recaptcha . "&remoteip=" . $ip;
$res = curlKullan($url);
$res = json_decode($res, true);

}
}
?>



Şehir Oyunları Başvuru Formu




<script></script>
<script></script>



<script></script>
<script>window.jQuery || document.write('