An Example for Anti-Spammers

First I generate MD5 string using TIME function.

$captchaPrefix="_XS".MD5(idate('i',time()) * 2 - 123); //Each one can change this equation as he wish.

I`ll add this suffix to each Form element. Or you can cut it using SUBSTR function to make it smaller

The Preifx is: _XS3dc4876f3f08201c7c76cb71fa1da439

Input elemnt "input":

Input elemnt: "name":

Input elemnt: "email":

And will add Hidden element like this: <input type="hidden" name="minute" value="16" />
$lt;input type="hidden" name="input_XS3dc4876f3f08201c7c76cb71fa1da439" value="1" />
Please, add some values and submit to continue......