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

[eluser]InsiteFX[/eluser]
Well here is one problem I see!
Code:
function add_member($id,$member)
    {
        $data = array(
                       'member_id' => $member,
                       'friend' => $id,
                       'status' => '0' ''  //  <-- Remove the last 2 single quotes!                    
                    );
        $this->db->insert('friends',$data);
    }

InsiteFX


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