Hello all,
I have a form which has got checkboxes and I am having problems to have their
values stored in different rows of a table.
What I have done is:
# colour_id is the name of my checkboxes in the input tag
etc ...
# I put all the values into the array and split them
$colour = $fo
Hello All,
I have a script that is getting the data from a web form with checkboxes, in
the first stage this values are inserted in different rows of a table (thanks
to two people from this mailist who helped me !), in the second stage I would
like to delete some of the rows of the same table ba
Hello All,
After trying for two weeks to delete more than one row at the time from a form
- checkbox input, I was told that the only way different rows would be inputed
or changed with the information from the form would be with the INSERT command.
This way the best alternative I could think o