Welcome Guest, Not a member yet? Register   Sign In
Inserting into table twice..:(
#13

[eluser]Roy MJ[/eluser]
No the '' is not there. It somehow got in while i pasted it here.
The model part :

Code:
function add_member($id,$member)
    {
        $data = array(
                   'member_id' => $member,
                   'friend' => $id,
                   'status' =>  '0'                      
            );
        $this->db->insert('friends',$data);
    }

Both $member and $id are being sent from the controller. First time its adding with both $member and $id values. Then it adds one more time, this time with $id value as 0. Im going nuts...


Messages In This Thread
Inserting into table twice..:( - by El Forum - 03-27-2011, 11:02 PM
Inserting into table twice..:( - by El Forum - 03-27-2011, 11:58 PM
Inserting into table twice..:( - by El Forum - 03-28-2011, 12:01 AM
Inserting into table twice..:( - by El Forum - 03-28-2011, 01:06 AM
Inserting into table twice..:( - by El Forum - 03-28-2011, 01:15 AM
Inserting into table twice..:( - by El Forum - 03-28-2011, 03:51 PM
Inserting into table twice..:( - by El Forum - 03-29-2011, 05:57 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 12:30 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 02:00 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 02:39 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 07:36 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 07:38 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 07:45 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 02:58 PM
Inserting into table twice..:( - by El Forum - 03-30-2011, 05:43 PM
Inserting into table twice..:( - by El Forum - 03-30-2011, 09:49 PM
Inserting into table twice..:( - by El Forum - 03-30-2011, 11:10 PM
Inserting into table twice..:( - by El Forum - 03-31-2011, 01:07 AM
Inserting into table twice..:( - by El Forum - 03-31-2011, 04:12 AM
Inserting into table twice..:( - by El Forum - 03-31-2011, 05:57 AM
Inserting into table twice..:( - by El Forum - 03-31-2011, 06:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB