file 1
<form action="login.php" target="_blank" method="post">
帳號 <input type="text" name="name"><br>
密碼 <input type="password" name="pwd"><br>
<input type="submit" value="登入">
login.php
$_POST["name"] //get 帳號值
$_POST["pwd"] //get 密碼
沒有留言:
張貼留言