Welcome Guest, Not a member yet? Register   Sign In
how to repopulate select generated from database? anyone can help me?
#3

[eluser]Matalina[/eluser]
Typically I do the following:
Code:
echo form_dropdown('parentid',$faq_categories,set_value('parentid',$value);

where $faq_categories would be in the format of array($value1 => $option_text2, $value2 => $option_text 2....);
and where $value is the default value which is optional

Of corse need to have the form helper loaded in the controller


Messages In This Thread
how to repopulate select generated from database? anyone can help me? - by El Forum - 03-01-2012, 01:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB