Welcome Guest, Not a member yet? Register   Sign In
Problem with dropdown [SOLVED]
#2

[eluser]danmontgomery[/eluser]
Code:
$options = array();
foreach ($forn->result()as $dados ) {
        $options[$dados->ID] = $dados->NAME;
}
echo form_dropdown('fornec',$options);


Messages In This Thread
Problem with dropdown [SOLVED] - by El Forum - 03-23-2010, 05:39 AM
Problem with dropdown [SOLVED] - by El Forum - 03-23-2010, 07:19 AM
Problem with dropdown [SOLVED] - by El Forum - 03-23-2010, 08:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB