Posts by CarlosAugusto11 • 3 points
2 posts
-
-2
votes2
answers52
viewsQ: Inner Join does not work - Error 1054
Could someone explain to me why this query does not work? select mensagem.mnsg, aluno.nome as nomea, aluno.curso as cursoa from mensagem inner join aluno on aluno.rm=mensagem.RM order by id asc; --…
mysqlasked CarlosAugusto11 3 -
0
votes0
answers32
viewsQ: Error logging in - PHP
When I try to login, nothing happens and I am redirected again to the login page, what I can do? Code include_once("connected.php"); //The entered username and password enter if to validate…
phpasked CarlosAugusto11 3