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

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

this code produce many <optgroup> with values that that start from 0 and each line it increments

why is doing this ?

thanks


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