im new to php and have a problem
i have this code
[php]<?
echo $this->makeInput (
/* type /
‘textarea’,
/ attributes */
array(
‘id’ => ‘home_address’,
‘default’ => ‘’,
‘attr’ => array(
‘cols’ => 40,
‘rows’ => 3,
),
)
);
?>[/php]
i need to change this from a text box to checkbook or downtrodden with 2 options
im trying to learn how to but i cant make it