Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created October 16, 2021 15:16
Show Gist options
  • Select an option

  • Save Octagon-simon/627481356452f8b5203d1e0528deda72 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/627481356452f8b5203d1e0528deda72 to your computer and use it in GitHub Desktop.
Check if captcha challenge was successful
<?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