I would like to introduce users history log in my app. I have created a function for login. need help on how to introduce it

前端 未结 0 1002
臣服心动
臣服心动 2020-12-08 18:44
function login(){
        extract($_POST);
        $qry = $this->db->query("SELECT * FROM users where username = \'".$username."\' and password          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题