cancel
Showing results for 
Search instead for 
Did you mean: 

Help with captcha

Former Member
0 Kudos

Hi. I want to use a [php form|http://phpforms.net/php-forms.html] on my web site. How can I put captcha into the form? Is it possible to do it myself? Help with the script.

Thanks in advance

Edited by: Hortar on Feb 12, 2010 8:24 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Directly on the PHP FORM you can find the simple tutorials for implementing captcha

[PHP Forms simple captcha|http://phpforms.net/tutorial/php-forms/stop-your-form-spamming-without-the-use-of-captcha.html]

or you can implement some usefull captcha services that are available like

[PHP CAPTCHA Library for reCAPTCHA|http://recaptcha.net/plugins/php/]

Former Member
0 Kudos

Hi,

yes, it's possible to implement your own captcha.

There are many tutorials in the web, just search for captcha php.

I found for example this site:

http://www.phpcaptcha.org/

Best regards,

Peter

former_member185181
Active Contributor
0 Kudos

yes, you can design your own captcha using random number gens and image render functions.