06-24-2008, 10:36 AM
[eluser]emdog4[/eluser]
hey, thanks for the response, that helped. Mike and I are working on this together. I split the fields in my database up to "date" (DATE) and "time" (TIME) and then:
and now it works!
I apologize because this was the biggest noob post ever (as well as my first). I appreciate the help though. -Emery
hey, thanks for the response, that helped. Mike and I are working on this together. I split the fields in my database up to "date" (DATE) and "time" (TIME) and then:
Code:
$this->db->where('date', 'CURDATE()', FALSE);
and now it works!
I apologize because this was the biggest noob post ever (as well as my first). I appreciate the help though. -Emery