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?
hi, could you help?
Moderator: General Moderators
-
mikeashfield
- Forum Contributor
- Posts: 159
- Joined: Sat Oct 22, 2011 10:50 am
Re: hi, could you help?
You could try by replacing your_public_key with your API key for starters.
Re: hi, could you help?
i tried it, nothing happened, if i will put a php code here, could you help me with it?
Re: hi, could you help?
Sure
you can post your code.