I have a table of thousands of lines of code in which I have to load some data coming from a database in some of the "td" of the table ... Wandering through SO I found several examples of uploads but all of them needed a rewrite of the whole table ... So I ask you, is there a simpler way to pass the values of a database within the table?
In simple words with a SELECT I have to be able to load data inside "td" that contain textBox. Without the need to rewrite the table (given that there are thousands of lines) ...
I am attaching the examples I found on SO:
1° : Load data from MySQL database to HTML textboxes on button click