0
Hello, I’m doing a registration project and I’m stuck in a business. I have a Users table in Mysql where I have a column called 'Status' (default), that is, an administrator can 'enable' or 'disable' any user. In my view, I made the following link:
<th><a href="/user/deacticate">Ativar</a> | <a href="/user/acticate">Desativar</a></th>
However, I cannot generate a code to connect to the Bank.
You don’t have the
controller
can do this operation? has some PHP written?– novic
Already got it, thanks @Virgil
– Vitória