Protecting your HTML form against spam using PHP
//PHP, Forms, HTML, Bot, Spam
Ever put a simple form online which allowed a visitor to send you mails? Before you know it, your mailbox will be full of spam by bots filling in and submitting the form. Luckily there are some easy PHP solutions which will strongly decrease, or maybe prevent the spam submissions.