Protecting web forms from spam bots using PHP
Spam bot is a program that submits the data to server by guessing form fields with html code.
For detailed article please refer my previous post.
Here some methods of preventing Spam bots that automatically submits.
Using captcha
Using random hidden field
Using hidden input text box.
Email header injecting.
Checking referrer [...]