Skip to content

phpcodertop/phpcaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Donate

php captcha class for security check for human usage

Usage : Your Captcha image src should point to captcha.php

Check : compare your user input with $_SESSION['secret']

Example check if(!empty($_POST['input']) && $_POST['input'] == $_SESSION['secret']){ echo 'good'; }else{ echo 'wrong'; }

#Note : You can edit this class and use it as you want , This class will generate an image with numbers and random lines over these numbers to insure human usage <3

About

php captcha class for security check for human usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages