Help for this page

Select Code to Download


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