Help for this page
while (@row = $sth->fetchrow()){ ... HTML } # End of while.
<FORM action=""><select size=10> HTML ... <OPTION>$row[0] $row[1] $row[2]</option> HTML } # End of while.