Skip to content

Captcha

Aroop 'FinlayDaG33k' Roelofs edited this page Jan 25, 2017 · 2 revisions

The Captcha class makes it easier for developers to intregrate Google's reCaptcha in their website.

Below is a small list of functions you can use:

Function Arguments (In Order) Example call Example Output Description
Check secret,g_response,remoteip $Captcha->Check("your_private_key",$_POST['g-recaptcha-response'],"8.8.8.8"); 1 Checks if the captcha details send to the function are correct

Clone this wiki locally