我有一个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.
有什么想法吗?谢谢