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