Hi all, I need help in php program.
Below is a html table which load all related data records selected by SQL query from table_A (assume it was a temporary table), I want those related temporary data to insert into another table, which named table_B in the database, after the insertion to table_B, all related data from table_A will delete, how can I accomplish it?
Lets say below html table has success load 20 records from table_A, after the authenticated of all data is correct, will submit and insert into table_B, those 20 records will remove from table_A once successful added to table_B.
It is too long to get stuck on this part on my program, hope can find a best solution right here and the program can get through for further develop.
Thanks!!