Hi,
Just started to mess with MySQLi, created a simple login script, Connection to MySQL server establishes correctly, but then displays username is incorrect, because 0 rows were returned.
1) Am I doing it right, is the mysqli layout I'm using correct ?
2) Database structure is uid - username - password
Code :