Welcome Guest, Not a member yet? Register   Sign In
combo box
#4

This is my revision but I still get strange result:

PHP Code:
public function add_user()
    {    
            
        
$data = array(
            
'username' => $this->input->post('username'),
            
'email' => $this->input->post('email'),
            
'password' => $this->input->post('password'),
            
'role' => form_dropdown('roles'$options'administrator')        
        );        
        
        return 
$this->db->insert('login'$data);
        
    } 



username            email                   password             role

user                    [email protected]    12345678           <select name="roles"
" If I looks more intelligence please increase my reputation."
Reply


Messages In This Thread
combo box - by davy_yg - 08-08-2016, 08:28 AM
RE: combo box - by InsiteFX - 08-09-2016, 05:32 AM
RE: combo box - by davy_yg - 08-09-2016, 06:42 PM
RE: combo box - by davy_yg - 08-15-2016, 09:30 PM
RE: combo box - by PaulD - 08-16-2016, 11:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB