Help for this page

Select Code to Download


  1. or download this
    while (my @result = $sth->fetchrow_array()) {
            print "@result[20]"
    }
    
  2. or download this
    while (my @result = $sth->fetchrow_array()) {
            print "<input type=text name=address value=@result[0]>"
    }