You would have to store the extra info as hidden fields.
Mark.
Bruce Garlock wrote:
I would like to use checkboxes, to pass certain records from one script to another. Here is an example:
CK ID DESC COUNT
[] 123 TEST 23
[] 132 TEST2 45
[] 133 TEST3 46
[x] 134 TEST4 47
[x] 135 TEST5 48
where [x] is a checkbox that is checked.
The data above is derived from an ODBC datasource, and I would like users to check only the data which should be passed to the next script for inclusion into a MySQL db.
How do I get the entire record (i.e. ID, DESC, COUNT) passed to the next script as variables? Or, what is the best way to accomplish this?
Thanks for any help..
Bruce