Welcome Guest, Not a member yet? Register   Sign In
[newbie] help with querys
#2

[eluser]Sudz[/eluser]
Hi,

Use this
Code:
$this->db->where('date', $today);
$this->db->or_where('date', $yesterday);
$this->db->or_where('date', $twodaysago);

// Produces: WHERE date = $today OR date = $yesterday OR date = $twodaysago



Messages In This Thread
[newbie] help with querys - by El Forum - 04-24-2013, 11:29 AM
[newbie] help with querys - by El Forum - 04-25-2013, 07:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB