hi, could you help?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
romanis
Forum Newbie
Posts: 2
Joined: Sat Nov 26, 2011 6:02 am

hi, could you help?

Post 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?
mikeashfield
Forum Contributor
Posts: 159
Joined: Sat Oct 22, 2011 10:50 am

Re: hi, could you help?

Post by mikeashfield »

You could try by replacing your_public_key with your API key for starters.
romanis
Forum Newbie
Posts: 2
Joined: Sat Nov 26, 2011 6:02 am

Re: hi, could you help?

Post by romanis »

i tried it, nothing happened, if i will put a php code here, could you help me with it?
maxx99
Forum Contributor
Posts: 142
Joined: Mon Nov 21, 2011 3:40 am

Re: hi, could you help?

Post by maxx99 »

Sure ;) you can post your code.
Post Reply