Hi,歡迎訪問前端老白
<form action="process.php" method="post"> <input type="text" name="username" placeholder="請輸入用戶名"> <input type="password" name="password" placeholder="請輸入密碼"> <button type="submit">提交</button> </form>
$username = $_POST['username']; $password = $_POST['password'];
老白網絡 (http://52shenghuonet.cn/) 前端 后端 zblog主題.網站地圖xml