Skip to content

Instantly share code, notes, and snippets.

View asadbek-fayzulloev's full-sized avatar
🎯
Focusing

Asadbek Fayzulloev asadbek-fayzulloev

🎯
Focusing
  • Datafox
  • Tashkent, Uzbekistan
  • 21:58 (UTC +05:00)
View GitHub Profile
#
# Verify captcha
$post_data = http_build_query(
array(
'secret' => CAPTCHA_SECRET,
'response' => $_POST['g-recaptcha-response'],
'remoteip' => $_SERVER['REMOTE_ADDR']
)
);
$opts = array('http' =>