PHP Classes

File: templates/form_captcha_body.html.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Forms Class with HTML Generator and JavaScript Validation   templates/form_captcha_body.html.php   Download  
File: templates/form_captcha_body.html.php
Role: Auxiliary script
Content type: text/plain
Description: CAPTCHA custom input form body template
Class: PHP Forms Class with HTML Generator and JavaScript Validation
HTML forms generation and validation.
Author: By
Last change:
Date: 19 years ago
Size: 294 bytes
 

Contents

Class file image Download
<fieldset>
<legend><b><?php $form->AddLabelPart(array("FOR"=>"captcha")); ?></b></legend>
<center><?php $form->AddInputPart("captcha"); ?>
<?php
       
if(IsSet($verify["captcha"]))
        {
?>
&nbsp;[Verify]
<?php
       
}
?></center>
</fieldset>
<hr />
<center><?php $form->AddInputPart("doit"); ?></center>