Code: Select all
include('captcha/captchac_lib.php');
$Turing_code = $_REQUEST["Turing"];
if ( CheckCaptcha($Turing_code) !=1 )
{
print "<meta http-equiv=\"refresh\" content=\"0;URL=errorpage.php?code=3\">";
return 1;
}
...never works. It is the same as the code in the downloaded "CAPTCHA Creator PHP Script 1.2, except I changed it from:
Code: Select all
echo "Some error message"I was wondering what "return 1" is for?
Does anyone have an idea of how to make this work? I don't want to have to install another program though. Maybe someone could download the trial version (which has demo version at the top) and see if they can get it to work, and post back?
Thanks