Welcome Guest, Not a member yet? Register   Sign In
why wont this query return any results
#3

[eluser]Seb[/eluser]
You should try this:

Code:
$queryUp = $this->db->get_where('events', array('datet <=' => $todaysDate));

And by the way, the variable needs to have another name only if you care about the previous result set.


Messages In This Thread
why wont this query return any results - by El Forum - 06-29-2011, 02:10 PM
why wont this query return any results - by El Forum - 06-29-2011, 02:31 PM
why wont this query return any results - by El Forum - 06-29-2011, 03:27 PM
why wont this query return any results - by El Forum - 06-29-2011, 07:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB