Welcome Guest, Not a member yet? Register   Sign In
Problem with form_dropdown fields
#3

[eluser]smilie[/eluser]
Better late then never...

My object $countries:

Code:
Array
(
    [0] => stdClass Object
        (
            [country] => Afghanistan
            [code] => +93
        )

    [1] => stdClass Object
        (
            [country] => Albania
            [code] => +355
        )
)

Code:
foreach($countries as $key=>$val)
{
    $country_list[$val->country] = $val->country;
}
echo form_dropdown('main_c_country',$country_list,$data->main->country,'style="width:auto;" id="main_c_country"');


Messages In This Thread
Problem with form_dropdown fields - by El Forum - 12-31-2010, 05:27 AM
Problem with form_dropdown fields - by El Forum - 01-01-2011, 09:49 PM
Problem with form_dropdown fields - by El Forum - 07-07-2011, 09:22 AM
Problem with form_dropdown fields - by El Forum - 07-07-2011, 10:30 AM
Problem with form_dropdown fields - by El Forum - 07-07-2011, 10:32 AM
Problem with form_dropdown fields - by El Forum - 07-07-2011, 01:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB