下面是我index.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=gb_2312-80">
<title>发言输入</title>
</head>
<body bgcolor="#F1F10C">
<form action="submit_input.php" method="

OST">
<hr>
<div align="center">
<table border="0" width="80%">
<tr>
<td width="50%">
<font color="#FF00FF">你的昵称是:</font>
<input type="text" size="10" maxlength="12" name="nick">
<input type="submit" name="Submit" value="发言">
<input type="reset" name="Reset" value="重写">
</td>
<td width="15%">
</td>
</tr>
</table>
</div>
</form>
<hr>
</body>
</html>