Go to the first, previous, next, last section, table of contents.


sqledit_sinsert_form.html

`Example'
<title>Insert form for _TABLE_</title>

<h3>Insert form for _TABLE_</h3>

<form action=_SCRIPT_ method=POST  enctype=multipart/form-data>
<input type=submit value=insert>
_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.
`_HIDDEN_'
List of hidden fields necessary to perform the insertion. 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.