Susan
05-15-2006, 03:09 PM
How much coding is involved for implementing CAPTCHA on an existing php email form? What's involved server side?
Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above. vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization |
|
|
|
|
GD Image Validation..Susan 05-15-2006, 03:09 PM How much coding is involved for implementing CAPTCHA on an existing php email form? What's involved server side? Noppid 05-15-2006, 04:52 PM ya need to gen a code, use GD to emmbed it in an image, store the info in mysql and then pass a hidden var from the form indicating the mysql record to look up to verify the image code for that user upon posting. then ya grab the record ID, look up the code and compare it. From there ya throw an error or proceed. That should be it in a nutshell. Taylor 06-04-2006, 06:16 PM Check that your host supports PHP with GD library any version (built-in PHP 4.3.2 or later version) You will then only need an HTML or PHP web form and a PHP processing script to process your form data. | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum