Kaynağa Gözat

what did I break now?

development
mauirixxx 8 yıl önce
ebeveyn
işleme
06e5ccfb71
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      gw-login.php

+ 1
- 0
gw-login.php Dosyayı Görüntüle

@@ -8,6 +8,7 @@ $password = md5($password);
if ($con->connect_errno > 0){
die ('Unable to connect to database [' . $db->connect_errno . ']');
}
echo 'broke something above the sql statement!<BR>';
$sqllogin = "SELECT * FROM users WHERE users.username = '$username' and password = '$password'";
if ($result = $con->query($sqllogin)){
if ($result->fetchColumn() > 0){


Yükleniyor…
İptal
Kaydet