Posts Tagged ‘matrix-like’

How to Implement Captcha With Php and Gd

Friday, April 14th, 2006
How to Implement Captcha With Php and Gd

How to implement CAPTCHA with PHP and GD

So, you have a public submission form on your website (contact page, forum submission,blogs comment form) and need to prevent spam by auto-submitters. Common way to do this is to implement CAPTCHA – an image with randomly generated string

(quote from Wikipedia, free online enciclopedia: “A CAPTCHA is a type of challenge-response test used in computing to d (more…)