I have a code which prints all my colums of a SQL table and loops over printing each one as a check box. I now want to run a code which will submit the value of one for all those which are ticked...
Now sounds easy but I want this to be set so I don't have to edit the INSERT code everytime I add a new colum... so maybe it detects which colums there are and predicts the INSERT I guess...
any ideas