Posts by Arthur Fabiano • 16 points
1 post
-
0
votes2
answers739
viewsA: Check if the user is active in the database
You can check whether the user is active or not using the table field called status Example: //Se o email não existir na base de dados gera um alerta if (count($users) <= 0): header('Location:…