Hello, I'm doing a registration project and I'm stuck in a business. I have a table of Users in MySql where I have a column that is called 'State' (default), that is, an administrator can 'activate' or 'disable' any users. In my view, I made the following link:
<th><a href="/user/deacticate">Ativar</a> | <a href="/user/acticate">Desativar</a></th>
However, I can not generate a code to connect to the Bank.