Hello people,
Could someone help me getting started on how to be able to move one row from one table to another, I have a form that sends data to a table called "applications", from there I need to create a link that allows admin users to send some of the rows inserted to a table called "active" and also the same scenario from the "active" table I need those same admin users to have the ability to send some rows to another table called "inactive", this is for the handling of people who apply for a job ("applications") to those who get hired ("active") and for those who are fired ("inactive").
Any help will be greatly appreciated, thanks.