Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14348

Getting last months data from database

$
0
0
Hi there,

I am trying to work out how I can get the previous months results from my database.  This is what I have so far but I just cannot figure out what should be in the where line.

PHP Code:
public function get_last_month(){
        $this->db->select('*');
        $this->db->from('test_table');
        $this->db->where('date''');
        $query $this->db->get();
        return $query->result();
    

Can anyone help please?

Thanks,

Doomie

Viewing all articles
Browse latest Browse all 14348

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>