Re: How to Populate Drop-down list Dynamically.
- From: mcburney@xxxxxxxxx
- Date: 22 Feb 2006 13:39:05 -0800
try...
for my $item (@PName)
{
<option>$item</option>
}
.
- References:
- How to Populate Drop-down list Dynamically.
- From: jainprithviraj
- How to Populate Drop-down list Dynamically.
- Prev by Date: Re: Calling a PostgreSQL function via DBI
- Next by Date: DBD::Pg 1.44 released
- Previous by thread: How to Populate Drop-down list Dynamically.
- Next by thread: query DBI:Pg code utf-8
- Index(es):