I\'m nearing the completion of migrating our existing website to a CMS and I\'ve just finished creating all the various contact forms. The CMS I\'m using has CAPTCHA built into it\'s form builder, whi
how could I add a \"reload captcha\"-feature? How I could change the image element with JavaScript I know, but how should I manage that wi开发者_如何学Cth the ZF? I generate the captcha with Zend_Form
So that I can just type in the letters and register (through my linux box\'s IP)? (twitter uses recaptcha)
I currently ran into the issue that I开发者_StackOverflow社区 do not have the money to buy/rent any professional captchaing service.
I want to create a captcha in my website. I will try to describe how I want to do that. See the code below please:
CAPTCHAs that ask users to read distorted text are fine for sighted people, but a terrible barrier for those who are blind or have other disabilities. Audio alternatives are occasionally available but
I am showing Captcha in this way: <img src=\"ReturnCaptcha2.php\" alt=\"CAPTCHA\" width=\"100\" height=\"50\">
My company\'s CRM system utilizes a captcha system at each login and in order to utilize certain administrative functions. The original implementation stored the current captcha value for in a server-
I might be going about this the wrong way I have a landing page that开发者_如何学编程 has a form on it. When i post that page the values of the from got to a page called mail.php
I have two pages apply.php (landing page) and mail.php which is the majority of the code for a online application project that ive been working on