PHP Classes

File: templates/form_locations_auto_complete_body.html.php

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

Contents

Class file image Download
<fieldset>
<legend><b>Type a few characters in the location field</b></legend>
<center><table>

<tr>
<th align="right"><?php $form->AddLabelPart(array('FOR'=>'location')); ?></th>
<td><?php
    $form
->AddInputPart('location');
   
$form->AddInputPart('complete_location');
?><span id="complete_location_feedback"></span></td>
</tr>

</table></center>
</fieldset>