Welcome Guest, Not a member yet? Register   Sign In
form_dropdown does not echo selected value from database
#2

[eluser]adamp1[/eluser]
The third value will select the option in the dropdown which has the matching 'value'. So for this to work your $data['states'] array must be in the form
Code:
array('New York' => 'New York', 'Another State' => 'Another State');

Is that the format $this->model->get_states() returns its results as?


Messages In This Thread
form_dropdown does not echo selected value from database - by El Forum - 04-15-2010, 12:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB