Posts by Renato Prado • 3 points
1 post
-
0
votes1
answer42
viewsQ: Login: Mysql search returns only one object
In a login system, I take the e-mail and password given by the user by a form and see if there is any identical information in the database. $conn = new mysqli("localhost", "root", "", "prisma");…