in reply to Re: Insert into table when user clicks one of many submit buttons
in thread Insert into table when user clicks one of many submit buttons

[same name attribute] the browser may send the first value, or the last one, or do something random.

I believe the standard says that they shall send them all. (This is at least the situation with checkboxes.) CGI.pm can then return those values as an array.

  • Comment on Re^2: Insert into table when user clicks one of many submit buttons