I have a table of 8 column.
col 1 = text
col 2 = text
col 3 = select option
col 4 = text
col 5 = input text
col 6 = input text
col 7 = select option
col 8 = text
The row of the table depends on the query made to the database.
The problem occurs when I would like to get the data from each row. I want to update rows for which col 3 ,5 , 6, 7 has changed when the button UPDATE is press.
Can anybody guide me through this. I do not know how the algorithm should go. I also do not know how to get the TEXT which are displayed by using HTML.