CAPTCHA/集成/反 CAPTCHA
外观
这是一个 CAPTCHA 杀手。它在表单上只需要一个隐藏字段和一些服务器端代码。
//... Your lovely form here
// Example, please adapt
echo "<input type=hidden name=url />";
//... Rest of your lovely form here
// compare
if ($_POST['url'] != "") {
// abort!
}
// processing code here