Welcome Guest, Not a member yet? Register   Sign In
Renaming image on upload?
#3

[eluser]ywftdg[/eluser]
$this->designer->update_mypage

is:
Code:
function update_mypage($id,$data)    {
        $data = array(
                   'dNickname' => $data[0],
                   'dBio' => $data[1],
                   'web' => $data[2],
                   'dBanner' => $data[3]
        );
        
        $this->db->where('designer.dDesignerId', $id);
        $this->db->update('designer', $data);
        
        
       }

The code you mentioned, where should that go in the process of all this?


Messages In This Thread
Renaming image on upload? - by El Forum - 08-03-2008, 08:59 AM
Renaming image on upload? - by El Forum - 08-03-2008, 09:37 AM
Renaming image on upload? - by El Forum - 08-03-2008, 10:10 AM
Renaming image on upload? - by El Forum - 08-03-2008, 10:15 AM
Renaming image on upload? - by El Forum - 08-03-2008, 10:57 AM
Renaming image on upload? - by El Forum - 08-03-2008, 12:45 PM
Renaming image on upload? - by El Forum - 08-03-2008, 09:47 PM
Renaming image on upload? - by El Forum - 08-04-2008, 05:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB