sjurick wrote:
> - Lastly I insert a Delete Record behavior. Parameters
are as follows:
> First check if variable is defined: Form Variable -
formDelete
> Connection and Table are as usual
> Primary key column: recordID (numeric checked)
> Primary key value: URL Parameter - deleteID
> After deleting, go to: index.php
The form variable is called formDelete, but the URL parameter
is set to
deleteID.
A better way would be to keep the variable deleteID all the
way through.
With a delete operation, it's also advisable to use the POST
method, in
which case, you get the Primary key value from Form variable,
not URL
parameter.
--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com