<form action='login.php' method='post'>
<center> Username : <input type='text' name='username'> Password : <input type='password' name='pass'> <input type='submit' value='Login'></center>
</form>
<a href="reg.php"STYLE="text-decoration: none"><input type='submit' value='Registration'></a>
我想知道是否可以在登录旁边有我的注册按钮,而与 login.php 没有任何关系。如果我将它移动到表单中,那么它将转到 login.php 而不是 reg.php。