Welcome Guest, Not a member yet? Register   Sign In
Problem with update data (reduce value)
#2

[eluser]Carmichael[/eluser]
I solved it

Code:
$this->db->where('user_id',$id);
        $this->db->set('user_credits','user_credits - ' . $credits, FALSE);
        $result = $this->db->update($this->user_table);


Messages In This Thread
Problem with update data (reduce value) - by El Forum - 04-07-2012, 03:52 PM
Problem with update data (reduce value) - by El Forum - 04-07-2012, 04:18 PM
Problem with update data (reduce value) - by El Forum - 04-07-2012, 04:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB