**html无法打开php
index.html文件
<body>
<h1 style="text-align: center;">侠客行</h1>
<div class="outer-wrap">
<div class="login-panel" style="text-align: center;">
<form action="register.php" method="post" novalidate >
<label for="name" style="font-size: 24px;">用户名:</label>
<input type="text" id="name" name="name" placeholder="请输入账号" style="font-size: 20px;" required>
<br>
<br>
<label for="name" style="font-size: 24px;">密 码: </label>
<input type="text" id="pwd" name="pwd" placeholder="请输入密码" style="font-size: 20px;" required>
<br>
<br>
<input type="submit" value="注册">
</form>
</div>
</div>
</body>
```**
register.php文件
```php
<?php
echo("打不开吗?");
?>
本人初学php.看网上别人都能打开.我的就是405错误