in reply to [Solved]: How to get only changed parameter names from CGI script on form submit?
Why not ask the database about the current state and then build the UPDATE actions as necessary on form submission?
Alternatively, send the user two variables for each checkbox, one indicating the old state and one indicating the new state. If the two differ, do the update.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get only changed parameter names from CGI script on form submit? (clobber)
by tye (Sage) on Nov 23, 2015 at 18:08 UTC |