reCAPTCHA with PHP
I’ve seen in many sites the reCAPTCHA plugin and I’ve particular focus to it specially since Google acquired the company. Today I’ve tested the system in my personal site… I was getting quite a few spam messages! The system is very simple to use and the code is pretty straightforward. I have everything on PHP so it was quite easy add the reCAPTCHA library and methods the existing contact form. Here’s the tutorial: Register... Read More