|
||||||||||||||
|
||||||||||||||
| Comments |
| q posted on November 12, 2009, 7:29 am |
| q |
| Aimee duddles posted on November 12, 2009, 1:16 am |
| I have no idea what the problem is but this isn't working for me at all. What does it cost for you to do it? |
| jithendrakumar v posted on September 7, 2009, 10:01 pm |
| I am looking a captcha entry url id, and i am interest to this work so, |
| Kiran posted on September 7, 2009, 3:44 am |
| The script is very good... but I need to validate the captcha with the user entered value through javascript and need to alert the user when it doesn't match with the captcha value. can u please provide me the code for it..... i tried with ajax but not successful.... ------- Thanks & Regards, Kiran |
| Denis posted on August 28, 2009, 9:19 am |
| I could suggest to use the words as ones used like in free captcha that is zig zag worlds one above the other and below. |
| clive smith posted on August 12, 2009, 3:26 pm |
| Fantastic script, works fine, however when you put the wrong image code in I am not sure what to put in the php file, i need it to reject the post if its wrong and if correct pass it over to another php script, I put something like this: <? session_start(); if ($_POST["vercode"] != $_SESSION["vercode"] OR $_SESSION["vercode"]=='') { echo '<strong>Incorrect verification code.</strong><br>'; } else { header("Location: sendit.php"); }; ?> however even if the code is correct all I get is the same first submit page. Any ideas would be great! |
| Dennis posted on August 12, 2009, 9:28 am |
| UNCLE. OK. I give up. How much do you charge to update my single file php script to include your captcha implementation |
| smileeey posted on August 10, 2009, 10:08 pm |
| Thanks ur code reallly works |
| Arshak posted on August 6, 2009, 3:40 pm |
| THANKS!!!!!!!!!!!!!!!!!! |
| Jeffrey posted on August 3, 2009, 6:21 pm |
| i use the same script, but with md5 encription. |