Skip to content

Commit c18c195

Browse files
authored
2nd edit
1 parent 5498292 commit c18c195

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# php captcha class for security check for human usage
2-
# Usage :
3-
# Your Captcha image src should point to captcha.php
2+
Usage :
3+
Your Captcha image src should point to captcha.php
44

5-
# Check :
6-
# compare your user input with $_SESSION['secret']
5+
Check :
6+
compare your user input with $_SESSION['secret']
77

8-
# Example check
8+
Example check
99
if(!empty($_POST['input']) && $_POST['input'] == $_SESSION['secret']){
1010
echo 'good';
1111
}else{

0 commit comments

Comments
 (0)