Go to the first, previous, next, last section, table of contents.
- `Example'
-
<title>Edit form for _TABLE_</title>
_EDITCOMMENT_
<form action=_SCRIPT_ method=POST enctype=multipart/form-data>
<input type=submit name=update value=update>
_HIDDEN_
<table>
_DEFAULT_
</table>
</form>
Note the enctype=multipart/form-data
, necessary if the table contains
blobs, optional otherwise.
- `Tags'
-
- `_TABLE_'
-
The name of the database table.
- `_EDITCOMMENT_'
-
A small comment from the action taken before the display of the template.
- `_HIDDEN_'
-
List of hidden fields necessary to perform the update. Must
be included in each
form
.
- `_DEFAULT_'
-
A two column table showing the name of the field and an input area,
See section Database table tags. The input area
is filled with the values from the cgi-bin parameters, if any. If no
value is specified the input area is set with the default value as defined
in the database.
- `table tags'
-
All the automaticaly generated tags for the database table are
available, provided that
_DEFAULT_
was not found in the
template, See section Database table tags.
Go to the first, previous, next, last section, table of contents.