I have a form which is generated according to values in a database, so I don't know the (simple) names of the variables at runtime. Does anyone know how I can reference the variable list of variables in the destination PHP script.
This is what I have the moment, but I have had very little success in passing arrays from HTML to PHP in the past. If I can find out which elements in the array have been set I can then fetch the other information back out of the database.
eg.
<INPUT TYPE="checkbox" NAME="config_id[5]">
<INPUT TYPE="checkbox" NAME="config_id[4]">
<INPUT TYPE="checkbox" NAME="config_id[3]">
Looking for a white knight or dame!