Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

how to add amount 0 when id is not find in sql db

$result = $this->db->where('account_id', '2')->get('tbl_accounts')->result();echo $result[0]->balance;

Comments