Skip to content
Ahmed Maher Halima edited this page Sep 3, 2016 · 1 revision

Welcome to the phpcaptcha wiki!

**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'; }

Clone this wiki locally