Good morning. I have a problem, I am creating a system to improve the attendance of the students, who undergo a MAC release to be able to access the WI-FI of the college.
I created a register tab where all the entries go to the database, for example bd_cadastros
and for table tb_mac
, until then everything is right.
Now I'm going to create a page where a user sees all the registered MACs and releases them. My problem is this, I want to put next to each registered MAC a button that moves the MACs released from the tb_mac
table to the tb_macsliberados
table. How can I do this?