bookmark - Insert Captcha In My Php Form I can't to insert some code in php form

Insert Captcha In My Php Form - I can't to insert some code in php form

 
 Discussion by Branigan with 7 Replies.
 Last Update: November 28, 2010, 9:39 pm
 
bookmark - Insert Captcha In My Php Form I can't to insert some code in php form  
    
free web hosting
 
Hello guys! I need some help...I don't know how to insert the captcha in this php form

Tue Feb 2, 2010    Reply    New Discussion   


An easy way to do capatcha is to ask a simple but logical question like, "What is 2 + 2". or "What letter comes after B?". Then lets say the you choes the 2 + 2 question, you were using post, and it's field name is captcha. Use the code to find out if they did it correctly.

CODE

<?php
$captcha = $_POST['captcha'];
if($captcha == 4) {
echo 'Captcha Correct';
} else {
echo 'Captcha Incorrect';
}
?>

Hope that helps!

Fri Jul 23, 2010    Reply    New Discussion   

You can also use the opensource script from http://www.phpcaptcha.org/

QUOTE

Securimage is an open-source free PHP CAPTCHA script for generating complex images and CAPTCHA codes to protect forms from spam and abuse. It can be easily added into existing forms on your website to provide protection from spam bots. It can run on most any webserver as long as you have PHP installed, and GD support within PHP. Securimage does everything from generating the CAPTCHA images to validating the typed code. Audible codes can be streamed to the browser with Flash for the vision impaired.

They also provide a quickstart guide and live example sites.

Fri Jul 23, 2010    Reply    New Discussion   

I've got exactly what you need here http://fullhouse.byethost9.com/scripts.php?script=1

It's the temporary site for my freelance web development and luckily the only free script i've made available for download is an image verification script with very simple to follow instructions for implementing it.

Hope it helps!

Sun Jul 25, 2010    Reply    New Discussion   


I prefer using reCAPTCHA: http://www.google.com/recaptcha (apparently I just found out they've been acquired by Google).

I don't think it is open source but every time a CAPTCHA gets solved it helps to digitize New York Times archives. And it's really easy to implement as well.

Tue Jul 27, 2010    Reply    New Discussion   

ah sorry I can't help you then. I've never used reCaptcha, I just don't feel like it fits in with the aesthetics of my sites. Plus I always prefer using my own stuff so I know exactly what's going on with it.

Tue Jul 27, 2010    Reply    New Discussion   

recaptcha used to be open source and now it was part of google systems in effort to speed up and fix digitizing problems with books. it was now being served as a service and controlled via API calls to google just like the other google services. i used recaptcha twice and never used it on persoal sites that i created, i use homemade scripts for them.

there are methods to remove the box and the logo below the image all with an API theming call.

Wed Aug 4, 2010    Reply    New Discussion   

I added a simple question and answer in the signup form instead of using Capcha. I feel it's much more convinient.

Sun Nov 28, 2010    Reply    New Discussion   

Quickly Post to Insert Captcha In My Php Form I can't to insert some code in php form w/o signup Share Info about Insert Captcha In My Php Form I can't to insert some code in php form using Facebook, Twitter etc. email your friend about Insert Captcha In My Php Form I can't to insert some code in php form Print
Reply / Comment Ask a Question? Share / Bookmark E-Mail a Friend Print

Q: User Login   Q: User Login (4) (7) Help With Php (and Mysql): Get Method (semi-advanced Question) something.com/index.php?id=...  Help With Php (and Mysql): Get Method (semi-advanced Question) something.com/index.php?id=howtomakethiswork