formcreate
formcreate
(mixed $name, mixed $method, mixed $action)
void
button
(mixed $button_name, mixed $button_type, mixed $button_value)
void
checkbox
(mixed $checkbox_name, mixed $checkbox_selected)
void
hiddenfield
(mixed $name, mixed $value)
void
textarea
(mixed $textarea_name, mixed $textarea_cols, mixed $textarea_rows, mixed $textarea_value)
void
textbox
(mixed $textbox_name, mixed $textbox_type, mixed $textbox_size, mixed $textbox_value, mixed $textbox_maxlength)