Welcome Guest, Not a member yet? Register   Sign In
get selected text and selected value from select box in controller ?
#2

(This post was last modified: 03-23-2016, 09:33 AM by Wouter60.)

You already have an array called $groups.
The <select> element returns the value of the selected item.

PHP Code:
$groupid $this->input->post('group');
$groupname $groups[$groupid]; 
Reply


Messages In This Thread
RE: get selected text and selected value from select box in controller ? - by Wouter60 - 03-23-2016, 09:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB