Loading the challenge URL works for me. Check if it's firewalled for you, or otherwise blocked?
Colin
> --
> You received this message because you are subscribed to the Google Groups "reCAPTCHA" group.
> To post to this group, send email to reca...@googlegroups.com.
> To unsubscribe from this group, send email to recaptcha+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/recaptcha?hl=en.
>
Shouldn't that be passtest.php?
--
PJH
Nope.
What messages does the Error Console give? What about the W3C
validators for HTML and CSS?
--
PJH
But it has PHP in it, thus it needs to go through the PHP parser. the
.php suffix on the file indicates to the webserver that that's what
needs to happen.
>However, I altered my code to the following:
Unnecessary. Anything not in <?php ... ?> is passed straight through
the parser as-is.
Your original file, just renamed, is totally valid PHP. You've simply
made the code harder to read ;)
--
PJH