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


sqledit_remove.html

`Example'
<body bgcolor=#ffffff>

<center>

<h3>Confirm removal of record from  _TABLE_</h3>

<form action=_SCRIPT_ method=POST>
<input type=submit name=remove value=remove>
<input type=hidden name=context value=remove_confirm>
_HIDDEN_
</form>

</center>
`Tags'
`_TABLE_'
The name of the database table.
`_HIDDEN_'
List of hidden fields necessary to perform the removal. Must be included in each form.


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