pg_fetch_assoc返回null

时间:2018-08-10 12:48:53

标签: php postgresql

我有一个php登录页面,我已经可以建立与数据库的连接。当我尝试使用现有用户登录时出现问题,我得到一个PHP警告: pg_fetch_assoc()期望参数1为资源,给定为空。下面是整个查询

final Runnable r = new Runnable() {
    public void run() {
        changeActivity(); // make this method & add your logic of checking current activity & setting new
    }
};

handler.postDelayed(r, 1000); // 1000 is millisecond, you will set time here.

有什么想法吗?谢谢

0 个答案:

没有答案