1
 2
 3
 4
 5
 6
 7
 8
 9
10
<center>
  <form action="print-show.php" method="post">  
    <table border=1>
              <td> <input type="text" name="year" size ="3">學年度</td>
            <td><input type="text" name="semester" size ="3"> 學期</td> 
            
            <td><input type="submit" name="go" value="全校資料GO!"></td>
    </table>
  </form>
</center>