How would the implementation of a 'submit' type button on each row
How would the implementation of a 'submit' type button on each row
nayton
Posts: 16Questions: 6Answers: 0
How would the implementation of a 'submit' type button on each row, from this example here, send the contents of the line to $_POST. So that PHP can receive this array?
Answers
Are you looking for something like this example?
http://live.datatables.net/xijecupo/1/edit
Kevin
more or less. I don't know how to work with javascript. So I need you guys to help me with the implementation of just one button so that when prescious, I would submit a $_POST via PHP with the data from each field of the selected line. This using this code here.