Welcome Guest, Not a member yet? Register   Sign In
Strange Happenings
#2

[eluser]InsiteFX[/eluser]
Did you try Active Record?
Code:
$colour = array('D', 'E', 'F');
$this->db->where_in('colour', $colour);
$query = $this->db->get('DB_TABLE');
echo $this->db->last_query();


Messages In This Thread
Strange Happenings - by El Forum - 06-23-2012, 04:11 AM
Strange Happenings - by El Forum - 06-23-2012, 04:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB