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

(08-09-2016, 05:32 AM)InsiteFX Wrote: Maybe read the CodeIgniter Users Guide on the Form Helper form_dropdown()


Yes, I already read the user guide but do not know how to fix the model.


models/Mpages.php


PHP Code:
public function add_user()
    {    
            
        $data 
= array(
            'username' => $this->input->post('username'),
            'email' => $this->input->post('email'),
            'password' => $this->input->post('password'),
            'role' => $this->input->post('email')        
        
);        
        
    



I should change the role into something else since it is a dropdown box.

PHP Code:
'role' => $this->input->post('email'
" 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