On Tue, 6 May 2003, Taylor, Stewart wrote:
> $init_textbox=array("one","two","three");
>
> // only do this once
> $f->add_element($f->add_element(array("type"=>"text",
> "name"=>"textbox",
> "value"=>$init_textbox,
> "multiple"=>1));
>
> $f->start();
> $f->show_element("textbox");
> $f->show_element("textbox");
> $f->show_element("textbox");
> $f->finish();
Oops!! sorry my bad :(
The code for multiple in of_text indeed works as shown above
Am off to write a 100 times "Drink more coffee"
Tarique
--
===================================================================
PHP Applications for E-Biz: http://www.sanisoft.com -o)
/\\
Indian PHP User Group: http://groups.yahoo.com/group/in-phpug _\_v
===================================================================
|