minimal CAPTCHA class --------------------- As you might know, this PHP script provides a graphical human verification test, which can be integrated into web submission forms. A CAPTCHA (Completely Automated Public Turing to tell Computers from Humans Apart) helps enormous to differentiate real people from unwanted bots/spiders. Link spammers preferrably target unlocked/open web sites ("the editable and user-driven Web"), like comment features in blogs, forum software, boards and Wikis of course. Often simple check- boxes suffice to get rid of comment-spambots, but for really motivated attackers only such a CAPTCHA can prevent massive page corruption. It should however be used as last resort only, because it hinders visually impaired from using your site. This variant throws out some readable text behind the generated image, but that won't help much. Integration ----------- The static class contained within the script is pretty easy to use. On a page that contains a form (maybe even just a login or registration mask), you simply call the ::form() function to get a CAPTCHA image and input box generated: