 includes/functions/display.php
functions
|  open_form
string open_form(string $link, mixed $form_name, mixed $legend, mixed $tborder)
Opens a proper tag with the necesary fields.
Use close_form() to close it again Arguments - $link
URL that has to be in the form "action=" parameter
- $form_name [optional, default value = false]
use the given name for the form
- $legend [optional, default value = false]
show the given text in top of form in the "legend" tag
- $tborder [optional, default value = false]
put additional parameters in the "fieldset" tag
|