how to add amount 0 when id is not find in sql db on January 01, 2019 Get link Facebook X Pinterest Email Other Apps $result = $this->db->where('account_id', '2')->get('tbl_accounts')->result();echo $result[0]->balance; Comments
Comments
Post a Comment