| |
|
Welcome to AstaHost - Dear Guest | |
Toggle shoutbox
Shoutbox
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Insert Captcha In My Php Form
#2
Posted 23 July 2010 - 08:43 PM
<?php
$captcha = $_POST['captcha'];
if($captcha == 4) {
echo 'Captcha Correct';
} else {
echo 'Captcha Incorrect';
}
?>Hope that helps!
#3
Posted 23 July 2010 - 09:56 PM
They also provide a quickstart guide and live example sites.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.
#4
Posted 25 July 2010 - 01:25 AM
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!
#5
Posted 27 July 2010 - 12:24 AM
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.
#7
Posted 04 August 2010 - 10:58 PM
there are methods to remove the box and the logo below the image all with an API theming call.
Reply to this topic
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











