Created
October 16, 2021 15:16
-
-
Save Octagon-simon/627481356452f8b5203d1e0528deda72 to your computer and use it in GitHub Desktop.
Check if captcha challenge was successful
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| //View the demo.php file for a better code than this | |
| if ($myCaptcha['captcha_status'] == 200) { | |
| echo "Verfification Successful!"; | |
| } | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment