validation script
Moderator: General Moderators
validation script
I'm a php dummy trying to muddle my way through. Is it hard to write a validation script for a simple contact form? I'm getting tons of spam email replies. I guess I'm looking for a capthcha type of thing. Can someone point me to a place where I might get some easy validation code if there is such a thing, or better yet, a place where I can learn to do it myself? thanks
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: validation script
reCAPTCHA is a great captcha service. It's easy to use, and probably the most popular.
http://www.google.com/recaptcha
If you want to avoid making people fill out a CAPTCHA, there are alternatives; though they're not as easy to implement as a CAPTCHA.
http://blogs.sitepoint.com/2009/05/14/c ... ernatives/
http://www.google.com/recaptcha
If you want to avoid making people fill out a CAPTCHA, there are alternatives; though they're not as easy to implement as a CAPTCHA.
http://blogs.sitepoint.com/2009/05/14/c ... ernatives/
Re: validation script
Thank you so much for the help and the resource tips, I'll give it a try.