hi, could you help?
Posted: Sat Nov 26, 2011 6:05 am
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?
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?