bgp1 Posted September 11, 2008 Share Posted September 11, 2008 I have a standard registration form in HTML that uses php to process the registration. The problem is every week I have to go into the database and delete about 20 computer-generated user registrations. I want to prevent this. I wondered if there was some functionality in php that would allow me to perform a CAPCA or something similar in order to test to see if the user is in fact a real person. Thank you in advance for your help! Link to comment https://forums.phpfreaks.com/topic/123756-solved-registration-capca-in-php/ Share on other sites More sharing options...
Mchl Posted September 11, 2008 Share Posted September 11, 2008 http://recaptcha.net/ http://recaptcha.net/plugins/php/ Link to comment https://forums.phpfreaks.com/topic/123756-solved-registration-capca-in-php/#findComment-639023 Share on other sites More sharing options...
bgp1 Posted September 11, 2008 Author Share Posted September 11, 2008 Thanks! That was exactly what I was looking for! Link to comment https://forums.phpfreaks.com/topic/123756-solved-registration-capca-in-php/#findComment-639139 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.