what is called captcha in php
Moderator: General Moderators
-
balakannan
- Forum Newbie
- Posts: 7
- Joined: Fri Apr 15, 2011 6:27 am
what is called captcha in php
can anyone help me to know about captcha in php?
Re: what is called captcha in php
Captcha is a program used to determine whether the user is human or not.Recaptcha is the free captcha service.it is mainly used in web-forms and to prevent automated scripts like web bots...u can use this link http://www.phpjabbers.com/captcha-image ... php19.html to implement captcha .To refresh captcha image within the page use javascript functions...