Welcome Guest, Not a member yet? Register   Sign In
array to dropdown values
#2

[eluser]Atharva[/eluser]
Can't you just return the results from get_values function in this format
Code:
$options = array(
                  'small'  => 'Small Shirt',
                  'med'    => 'Medium Shirt',
                  'large'   => 'Large Shirt',
                  'xlarge' => 'Extra Large Shirt',
                );

which will then serve as second parameter to form_dropdown ?


Messages In This Thread
array to dropdown values - by El Forum - 01-11-2011, 03:16 AM
array to dropdown values - by El Forum - 01-11-2011, 03:28 AM
array to dropdown values - by El Forum - 01-11-2011, 03:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB