Untitled

Anonymous
plain_text
11/21/2023 8:37 AM
288 B
19
Indexable
public function cek_login($username, $password, $table)
    {
        $query = $this->db->get_where($table, array('username' => $username, 'password' => $password, 'blokir' => 'N'));
        return $query;
    }
Editor is loading...
Leave a Comment