Posts by Anna Júlia Bernardo • 51 points
2 posts
-
0
votes4
answers1156
viewsA: Login condition with user or email in the same field
I was able to solve the errors that were the variables in the result, the code was like this: $login = $_REQUEST["login"]; $senha = $_REQUEST["senha"]; $sql = "select * from professores where…
-
5
votes4
answers1156
viewsQ: Login condition with user or email in the same field
I am creating a system for schools, where the teacher when registering enters data such as name, email, user and password. So far the teacher can log in with email, but I wish you could login with…