copying selected rows to another database table

copying selected rows to another database table

Mike-motiv8Mike-motiv8 Posts: 30Questions: 5Answers: 0

Is there a api or similar code i could use to copy selected rows to another database table? Or another table within the same database?

using this method, but open to suggestions i can do it in php but not js:
$('#dtBasicExample tbody').on( 'click', 'button', function (data, type, full) {
var data = table.row( $(this).parents('tr') ).data();
var $sID = data[0];

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.