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 5498292 commit c18c195Copy full SHA for c18c195
README.md
@@ -1,11 +1,11 @@
1
# php captcha class for security check for human usage
2
-# Usage :
3
-# Your Captcha image src should point to captcha.php
+ Usage :
+ Your Captcha image src should point to captcha.php
4
5
-# Check :
6
-# compare your user input with $_SESSION['secret']
+ Check :
+ compare your user input with $_SESSION['secret']
7
8
-# Example check
+ Example check
9
if(!empty($_POST['input']) && $_POST['input'] == $_SESSION['secret']){
10
echo 'good';
11
}else{
0 commit comments