<h1>欢迎来到注册页面</h1>
<hr />
<pre>
    <form naction="LogInData.php"method="post">
    <label for="name">账号</label>
    <input type="text"  name="Id" id="name">    <label for="pw">密码</label>
    <input type="text" name="password" id="pw">    <label for="spw">再次输入密码</label>
    <input type="text" name="Spassword" id="spw">    <label for="ema">邮箱</label>
    <input type="text" name="email" id="ema">    <input type="submit" value="提交" />
    </form>
</pre>
    
    </td>
  </tr>
</table>
</div>
</body>
</html>
下面的是LogInData.php中的代码
<?php
echo $_POST["Id"];
?>
输入数据以后,点击确定就跳转到错误405