Welcome Guest, Not a member yet? Register   Sign In
Negation in Database Query
#3

[eluser]mah0001[/eluser]
Try:
Code:
$this->db->where('id !=', $id);//ID of the post you want to exclude
$query = $this->db->get_where('posts', array('status' => 'active', 'category' => $category->id), 5, 0);


Messages In This Thread
Negation in Database Query - by El Forum - 11-07-2009, 07:41 PM
Negation in Database Query - by El Forum - 11-07-2009, 07:44 PM
Negation in Database Query - by El Forum - 11-07-2009, 09:10 PM
Negation in Database Query - by El Forum - 11-07-2009, 09:13 PM
Negation in Database Query - by El Forum - 11-07-2009, 09:15 PM
Negation in Database Query - by El Forum - 11-07-2009, 09:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB