Welcome Guest, Not a member yet? Register   Sign In
How to post selected values from a dropdown list to database in codeigniter
#2

[eluser]noideawhattotypehere[/eluser]
Code:
<select  size="10" name="yourselect">
<optgroup label="TestGroup">
    <option value="valueone">
      If u click me i will return valueone
    </option>
    <option value="valuetwo">
      I will return valuetwo
    </option>
</optgroup>
</select>

$this->input->post('yourselect'); will return value of the option that user selected.


Messages In This Thread
How to post selected values from a dropdown list to database in codeigniter - by El Forum - 09-03-2013, 12:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB