A Database Error Occurred You must use the "set" method to update an entry. |
[eluser]pistolPete[/eluser]
Do you want to update an existing entry or add a new one? Don't use this: Code: $this->db->insert('avatars',$_POST); Build the insert array by hand: Code: $data = array(); Btw: I'd recommend using the Form validation to repopulate form: User Guide |
Welcome Guest, Not a member yet? Register Sign In |