Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
My reCaptcha doesn't work
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Michał Staniewski  
View profile  
 More options Feb 11, 9:39 am
From: Michał Staniewski <mstaniewski1...@gmail.com>
Date: Sat, 11 Feb 2012 06:39:13 -0800 (PST)
Local: Sat, Feb 11 2012 9:39 am
Subject: My reCaptcha doesn't work
Hey Guys! Yesterday i've took a Captcha code from Google, and made a
PHP script which seems like:
<?php
if($_POST['recaptcha_response_field']; ==
$_POST['recaptcha_challenge_field'];){
content
}

?>
 But it doesn't seems to be working. Always i try to solve captcha it
says i've wrote down wrong captcha. Any ideas?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PJH  
View profile  
 More options Feb 11, 10:14 am
From: PJH <pauljherr...@gmail.com>
Date: Sat, 11 Feb 2012 15:14:47 +0000
Local: Sat, Feb 11 2012 10:14 am
Subject: Re: My reCaptcha doesn't work

2012/2/11 Michał Staniewski <mstaniewski1...@gmail.com>

> if($_POST['recaptcha_response_field']; ==
> $_POST['recaptcha_challenge_field'];){

I'm surprised that even compiles, let alone do anything useful; those two
fields will be different. What are you trying to do?

--
PJH


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
brockness  
View profile  
 More options Feb 12, 7:48 pm
From: brockness <clairaudi...@gmail.com>
Date: Sun, 12 Feb 2012 16:48:46 -0800 (PST)
Local: Sun, Feb 12 2012 7:48 pm
Subject: Re: My reCaptcha doesn't work
<?php

if ( $_POST['recaptcha_response_field']
== $_POST['recaptcha_challenge_field'] ) {

  # successful match

} else {

  # fail

}

?>

cleaned up your PHP. i think your syntax may have been part of the
problem.

On Feb 11, 9:39 am, Micha³ Staniewski <mstaniewski1...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »