peppiv has asked for the wisdom of the Perl Monks concerning the following question:
while (my @result = $sth->fetchrow_array()) { print "@result[20]" }
while (my @result = $sth->fetchrow_array()) { print "<input type=text name=address value=@result[0]>" }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
foiled by HTML Quoting again. (boo)
by boo_radley (Parson) on Feb 06, 2002 at 18:13 UTC | |
by peppiv (Curate) on Feb 06, 2002 at 18:18 UTC | |
|
Re: MySQL, text box anomaly
by Masem (Monsignor) on Feb 06, 2002 at 18:36 UTC | |
by joealba (Hermit) on Feb 06, 2002 at 18:52 UTC |