Hi!
I've been trying to set up a Human Verification system for my website forms. I cannot stand CAPTCHA and refuse to use that. Thankfully many people agree with me on that end :D
However, I'm trying to use the code from this thread:
Simple Human Verification Code
Yet . . . I am admittedly a PHP "noob" with this. I started to learn PHP a good while back, yet time constraints hindered that and I learned next to nothing it seems.
I was wondering if I could get some possible help on this. My forms are HTML, and they call a php file to email the form to me. That's just about it. I created a php file for the questions/answers in case form (first block of code), copy/pasted the code into it (the file contains nothing but the code). However, I think my problem is that I don't quite understand where and how to place the second block of code. It first showed up as regular text in my form. Then I put it between the PHP tags . . . and my page disappeared :D
The field has been added to my form (third code block), and shows fine except no questions show up, obviously due to not being called properly somewhere? Then the fourth block of code was placed in the file where I e-mail the form to myself.
I would ask this question in that very thread, but I noticed that place is mostly for discussion and not tutorial, which is what I believe my problem is: needing to learn what in the world to actually do with this code! So I hope I'm not posting this in the wrong place. If so, I apologize!
I was wondering, and hoping, that I could get some help with this problem? I've put off such a feature of my forms for too long and am getting tired of bots using my forms and sending me trash nearly every day it seems. So any help with this would be GREATLY appreciated, as soon as I can so I can get rid of the bot troubles.
Thank you in advance!
I've been trying to set up a Human Verification system for my website forms. I cannot stand CAPTCHA and refuse to use that. Thankfully many people agree with me on that end :D
However, I'm trying to use the code from this thread:
Simple Human Verification Code
Yet . . . I am admittedly a PHP "noob" with this. I started to learn PHP a good while back, yet time constraints hindered that and I learned next to nothing it seems.
I was wondering if I could get some possible help on this. My forms are HTML, and they call a php file to email the form to me. That's just about it. I created a php file for the questions/answers in case form (first block of code), copy/pasted the code into it (the file contains nothing but the code). However, I think my problem is that I don't quite understand where and how to place the second block of code. It first showed up as regular text in my form. Then I put it between the PHP tags . . . and my page disappeared :D
The field has been added to my form (third code block), and shows fine except no questions show up, obviously due to not being called properly somewhere? Then the fourth block of code was placed in the file where I e-mail the form to myself.
I would ask this question in that very thread, but I noticed that place is mostly for discussion and not tutorial, which is what I believe my problem is: needing to learn what in the world to actually do with this code! So I hope I'm not posting this in the wrong place. If so, I apologize!
I was wondering, and hoping, that I could get some help with this problem? I've put off such a feature of my forms for too long and am getting tired of bots using my forms and sending me trash nearly every day it seems. So any help with this would be GREATLY appreciated, as soon as I can so I can get rid of the bot troubles.
Thank you in advance!









