Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

SQLSTATE [42000] #32

@WasHastDuGedacht

Description

@WasHastDuGedacht

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions