<style type="text/css"> .check { display:none; } </style> <input class="check" type="text" name="email" value=""/>
//script to validate honeypotif($_POST['email'] != NULL){ echo 'Your a spam bot, I will send no emails'}else { mail(myemails);}