Sfoglia il codice sorgente

Latviskoti visi tabulu nosakumi

master
Vitalijss 5 anni fa
parent
commit
bd2aac7ee3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      auth.php

+ 1
- 1
auth.php Vedi File

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

//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);
while($rinda = mysqli_fetch_assoc($izpildam))
{


Loading…
Annulla
Salva

Powered by TurnKey Linux.