|
|
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 | |||
Tue Feb 2, 2010 Reply New Discussion
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
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
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 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
Tue Jul 27, 2010 Reply New Discussion
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
Sun Nov 28, 2010 Reply New Discussion
Q: User Login (4)
|
(7) Help With Php (and Mysql): Get Method (semi-advanced Question) something.com/index.php?id=...
|
Index




