hi everyone i am trying to get validate captcha on my form but i would like validation to take place on the form without a change of state.
I\'m using a simple cap开发者_开发问答tcha system for a form. Works fine on Windows but it not showing on Mac. In both systems DG is enabled, I\'ve checked with phpinfo().
I want to make a call to/include a PHP script which would force a re-direct to another page. (The other page will contain a captcha and will re-direct back开发者_运维问答 if entered correctly).
I am using curl PHP to get image from Jcaptcha. hidCaptchaID are generated by Jcaptcha. The problem is im keep getting an error saying invalid captcha code, i know the fact the captcha I have enter
I using PHP captcha called Cryptographer captchan.fr site I need to use 2 captcha on same page but i have problem they do get generated but when i click refresh only first one refreshes, refresh code
I\'m trying to create a captcha code but the code that is being created isn\'t being stored in the session variable.Here is the file I\'m using to create the code and store the value.I have a session_
I have the following code in a form开发者_Python百科 in zend framework application. $captcha = new Zend_Form_Element_Captcha(\'captcha\', array(
Is it possible to enter the captcha information with phpunit tests? something like $this->type(\"recaptcha_reponse_field\", \"information inside\");
I saved this code in index.php and after filling i clicked Submit button, and then a verification page was shown to me !
I have a .aspx file and I want to dynamically add the form and controls below in my <script> tag. (Page-Language=C#)