Page 1 of 1

hi, could you help?

Posted: Sat Nov 26, 2011 6:05 am
by romanis
i try to insert a captcha in php code, but it doesn't appear

this sort of captcha i want to insert
<script type="text/javascript"
src="http://www.google.com/recaptcha/api/cha ... public_key">
</script>
<noscript>
<iframe src="http://www.google.com/recaptcha/api/nos ... public_key"
height="300" width="500" frameborder="0"></iframe><br>
<textarea name="recaptcha_challenge_field" rows="3" cols="40">
</textarea>
<input type="hidden" name="recaptcha_response_field"
value="manual_challenge">
</noscript>

may you help me?

Re: hi, could you help?

Posted: Sat Nov 26, 2011 8:57 am
by mikeashfield
You could try by replacing your_public_key with your API key for starters.

Re: hi, could you help?

Posted: Sat Nov 26, 2011 9:31 am
by romanis
i tried it, nothing happened, if i will put a php code here, could you help me with it?

Re: hi, could you help?

Posted: Sun Nov 27, 2011 3:00 pm
by maxx99
Sure ;) you can post your code.