Using Captcha within a .php file form
hello - need add captcha existing php form. form located in .php file.
when add following <form>
require_once('recaptchalib.php');
$publickey = "your_public_key"; // got signup page
echo recaptcha_get_html($publickey);
i end blank white page. note: public key has been added in file.
there note in tutorial states:
<html>
<body> <!-- body tag required or captcha may not show on browsers -->
<!-- html content -->
it understanding <html> , <body> cannot/should not added .php pages. if true, can captcha work within .php file?
thanks in advance , help.
gene
this forum pdf forms in acrobat. has nothing php.
More discussions in PDF Forms
adobe
Comments
Post a Comment