With a single Submit button, I am trying to send the values of multiple check boxes to update an SQL Server table. The "Name" of each checkbox is the ID to be updated while the "Value" depends on wheather or not it's checked. So the data string being submitted is something like:
1012=0&1042=1&1023=1&1111=1&1077=1&1052=1&1110=1&1074=1&1028=1&1073=1&1057=1&1128=1&1072=1 etc.
Question is, how can I take these form "pairs" and give them variable names for use in the Update statement? Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT/2000 (only when I have to!)
1012=0&1042=1&1023=1&1111=1&1077=1&1052=1&1110=1&1074=1&1028=1&1073=1&1057=1&1128=1&1072=1 etc.
Question is, how can I take these form "pairs" and give them variable names for use in the Update statement? Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT/2000 (only when I have to!)