3Mar/070
Quick hack gives Captcha
I hate to admit that I have seen the need for something that may limit the inevitable amount of form-spam that is being generated when you put up any type of form on a public web page. The solution to this is called a captcha[1].
As a good geek, whenever I meet a challenge like this, I feel like checking out
what has already been made, realize that I think the existing code is a) too complex, b) too inflexible or c) both, and as a result, start reinventing the wheel..
The result of this is phpSimpleCaptcha.
An now I might even get around to finishing the code for comments on this blog..