Checkboxes in CGI

2003-08-03 Thread Jim McAtee
When a form passes multiple, same-name checkboxes to a CGI script (Perl, C, whatever), what is the raw format of those form field values? I'm trying knock together a cf app that works with an existing form handling script (in Perl, I believe) on another server. The way it works is cftemplate1

RE: Checkboxes in CGI

2003-08-03 Thread Dave Watts
When a form passes multiple, same-name checkboxes to a CGI script (Perl, C, whatever), what is the raw format of those form field values? Assuming that the form was submitted via HTTP POST using the standard MIME type (application/x-www-urlencoded), they'd be strung together like