Welcome Guest, Not a member yet? Register   Sign In
$this->db->where
#4

(05-25-2017, 08:33 AM)Knutsford Wrote: WHERE id=a OR id=b OR id=c is what I meant


Thanks


the I would use this

Code:
$names = array('a', 'b', 'c');
$this->db->where_in('username', $names);
On the package it said needs Windows 7 or better. So I installed Linux.
Reply


Messages In This Thread
$this->db->where - by Knutsford - 05-25-2017, 08:11 AM
RE: $this->db->where - by rtenny - 05-25-2017, 08:24 AM
RE: $this->db->where - by Knutsford - 05-25-2017, 08:33 AM
RE: $this->db->where - by rtenny - 05-25-2017, 08:43 AM
RE: $this->db->where - by Knutsford - 05-25-2017, 09:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB