RE: Insert items to html's list box from MySql table

2002-09-10 Thread Norris, Joseph
$value1!;    }    }        }    $db_action->finish;    $result .= qq!!;    return ($result);}1; -Original Message-From: Dovalle Yankelovich [mailto:[EMAIL PROTECTED]]Sent: Monday, September 09, 2002 11:08 PMTo: Perl32 (E-mail)Subject: Insert items to html'

Re: Insert items to html's list box from MySql table

2002-09-10 Thread Simon Oliver
> Dovalle Yankelovich wrote: > > Hi, > I want to read some data from a table of MySql then take every element I > got and put it as item in html list box. > I will appreciate if someone could help me > Thanks > You could use DBI + DBD::mysql to retrieve the data from the table, something like t