We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f911286 commit ed5645eCopy full SHA for ed5645e
README.md
@@ -66,7 +66,9 @@ This library comes in when you need to verify the user's response. On the PHP
66
side you need the response from the reCAPTCHA service and secret key from your
67
credentials. Instantiate the `ReCaptcha` class with your secret key, specify any
68
additional validation rules, and then call `verify()` with the reCAPTCHA
69
-response and user's IP address. For example:
+response (usually in `$_POST['g-recaptcha-response']` or the response from
70
+`grecaptcha.execute()` in JS which is in `$gRecaptchaResponse` in the example)
71
+and user's IP address. For example:
72
73
```php
74
<?php
0 commit comments