1
<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。按鈕在一邊表格
你的HTML是無效的。您不能在錨內輸入內容。 – Quentin