Function recaptcha_get_html
Gets the challenge HTML (javascript and non-javascript version). This is called from the browser, and the resulting reCAPTCHA HTML widget is embedded within the HTML form it was called from.
Located at
lass/captcha/recaptcha/recaptchalib.php
string |
$pubkey |
A public key for reCAPTCHA |
string |
$error = null |
The error given by reCAPTCHA (optional, default is null) |
boolean |
$use_ssl = true |
Should the request be made over ssl? (optional, default is true) |
string
|
|