Browse Source

Latviskoti visi tabulu nosakumi

master
Vitalijss 5 years ago
parent
commit
bd2aac7ee3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      auth.php

+ 1
- 1
auth.php View File

@@ -11,7 +11,7 @@ $epasts = mysqli_real_escape_string($conn, $_POST['epasts']);


//atrodam lietotājvārdu un paroli datubāzē. //atrodam lietotājvārdu un paroli datubāzē.


$meklejam = "SELECT UsrMail, UsrParole, UsrDzests FROM tbUsers WHERE UsrMail = '$epasts' AND UsrDzests = 0";
$meklejam = "SELECT UsrMail, UsrParole, UsrDzests FROM tbLietotaji WHERE UsrMail = '$epasts' AND UsrDzests = 0";
$izpildam = mysqli_query($conn, $meklejam); $izpildam = mysqli_query($conn, $meklejam);
while($rinda = mysqli_fetch_assoc($izpildam)) while($rinda = mysqli_fetch_assoc($izpildam))
{ {


Loading…
Cancel
Save

Powered by TurnKey Linux.