fosk
By: a guest | Apr 27th, 2008 | Syntax:
HTML | Size: 0.40 KB | Hits: 1,420 | Expires: Never
<div style="visibility: hidden;">
Please don't insert any text in the input below. If you do this your comment will be refused!
<br />
<input type="text" name="hiddenForm" value="" style="width: 1px; height: 1px; font-size: 1px;" />
<?php
if (!isset($_POST['hiddenForm']) || (!empty($_POST['hiddenForm']))){
echo '<html><body><p>Spam detected
</p></body></html>';
exit();
}
?>