PHP Classes

File: templates/form_list_select_body.html.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Forms Class with HTML Generator and JavaScript Validation   templates/form_list_select_body.html.php   Download  
File: templates/form_list_select_body.html.php
Role: Auxiliary script
Content type: text/plain
Description: List select input example form body template
Class: PHP Forms Class with HTML Generator and JavaScript Validation
HTML forms generation and validation.
Author: By
Last change: Set the current location.
Date: 14 years ago
Size: 420 bytes
 

Contents

Class file image Download
<fieldset>
<legend><b>Choose a currency</b></legend>
<center><table>

<tr>
<th><?php $form->AddLabelPart(array("FOR"=>"currency")); ?></th>
</tr>

<tr>
<td align="center"><?php $form->AddInputPart("currency"); ?></td>
</tr>

<tr>
<td align="center"><?php
       
if(IsSet($verify["currency"]))
        {
?>
[Verify]
<?php
       
}
?></td>
</tr>

</table></center>
</fieldset>
<br />
<center><?php $form->AddInputPart("doit"); ?></center>