Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Robert Basic's Blog:
Honeypot for Zend Framework
Apr 21, 2010 @ 19:58:36

Robert Basic has posted a port of a WordPress plugin that helps you easily make a "honeypot" in your Zend Framework form to help keep the spam bots out.

I just hacked up a little code snippet based on Matthew's Honeypot Wordpress plugin. It's basically just a Validator for a Zend Form element which is hidden from the user via CSS. Cause it's hidden, users won't see it, but spambots will, well, cause they are bots.

The code snippet is included in the post for your cut & pasting pleasure and makes using it as easy as a normal "addElement" call when building your form.

tagged: honeypot zendframework zendform form spam

Link:


Trending Topics: