[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
125568e992
commit
0b21152c54
3 changed files with 41 additions and 41 deletions
|
|
@ -20,7 +20,7 @@
|
|||
}
|
||||
|
||||
function checkAndLogin() {
|
||||
$conn = mysqli_connect("localhost", "root", "", "speedtest");
|
||||
$conn = mysqli_connect("localhost", "root", "", "speedtest");
|
||||
$query = "SELECT `email` FROM `users` WHERE email='".$_POST["email"]."' AND username='".$_POST["username"]."' AND password='".$_POST["password"]."'";
|
||||
$count = mysqli_num_rows(mysqli_query($conn, $query));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue