* File: securimage.php
* URL: www.phpcaptcha.org */ session_start(); // Start the session where the code will be stored. ?> Securimage Test Form
Username:

Password:



Reload Image
Code:


check($_POST['code']); if($valid == true) { echo "
Thanks, you entered the correct code.
Click here to go back.
"; } else { echo "
Sorry, the code you entered was invalid. Go back to try again.
"; } } ?> 91c9a7d46f4472'>blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34