basicdb icon indicating copy to clipboard operation
basicdb copied to clipboard

SQLSTATE [42000]

Open WasHastDuGedacht opened this issue 4 years ago • 2 comments

Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_email = "asdwqd" && user_password = "78bab1e8d67082c17c93bd55874c9180' at line 1

Verdiği hata çıktısı bu kodlarım ise

    $row = $db->select('user')
        ->where('user_email', $username)
        ->where('user_password', $password)
        ->where('user_rank', 1)
        ->all(true);

WasHastDuGedacht avatar Mar 16 '20 14:03 WasHastDuGedacht

çözebildinizmi sorunu

furkanmeclis avatar Nov 19 '21 18:11 furkanmeclis

->all() yeteterli neden true ?

kaanakyuz avatar Aug 30 '22 21:08 kaanakyuz