[Phplib-users] ooh forms / database
Brought to you by:
nhruby,
richardarcher
|
From: Bas v. O. <ba...@ke...> - 2003-01-02 20:00:32
|
Hi all,
I want to pass the array $o from the main programm to a select-box
generated with ooh forms. How can I pass this array?
In local.inc:
$this->form_data->add_element(array(
"type"=>"Select",
"name"=>"functieid",
"options"=>$o,
"size"=>"1"
));
regards,
Bas
|