| 60 |
jpm |
1 |
<?php
|
|
|
2 |
/*
|
|
|
3 |
* This work is hereby released into the Public Domain.
|
|
|
4 |
* To view a copy of the public domain dedication,
|
|
|
5 |
* visit http://creativecommons.org/licenses/publicdomain/ or send a letter to
|
|
|
6 |
* Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
|
|
|
7 |
*
|
|
|
8 |
*/
|
|
|
9 |
?>
|
|
|
10 |
<form action="AntiSpam-valid.php" method="get">
|
|
|
11 |
<img src="AntiSpam-image.php" style="vertical-align: middle"/>
|
|
|
12 |
<input type="text" name="code"/>
|
|
|
13 |
<input type="submit" value="Submit"/>
|
|
|
14 |
</form>
|