Create A Captcha Form
Posted by Pete | Posted in PHP Tutorials | Posted on 11-08-2009-05-2008
2
This tutorial will teach you how to protect your form’s from being submitted by bots. We will use a simple way, by creating a image using php with some randomly generated numbers then store it as a session and when the form is submitted we will check if the field in the form matches up with the numbers generated.
Read the rest of this entry »



