Question
Deleting multiple records via html checbkoxes?
I'm trying to delete multiple records in a table based on the
selection of checkboxes.
I have an html form with 4 checkboxes. If a user checks any box, I want to delete the associated records. and if they ucnheck something I want to insert multiple records. This form does not hold the primary keys but other unique parameters. Here is my sql statement.
I have an html form with 4 checkboxes. If a user checks any box, I want to delete the associated records. and if they ucnheck something I want to insert multiple records. This form does not hold the primary keys but other unique parameters. Here is my sql statement.
