I blogged about this a while ago, that might be useful. The example there is quite messy, but it seems to work
Basically, you use sessions or cookies to store a validation code. Then you use the same validation code in your image (creating images with PHP is easy as pie). Once they submit the form, check the session/cookie validation code (the "real" one) against what the user inputted into the form.
Comments
Basically, you use sessions or cookies to store a validation code. Then you use the same validation code in your image (creating images with PHP is easy as pie). Once they submit the form, check the session/cookie validation code (the "real" one) against what the user inputted into the form.
Webmaster-Talk.com
Chroder.com