PHP Classes

File: templates/form_age_body.html.php

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

Contents

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