<?php
//Get the value of username
$u = $_POST['username'];
echo $u.'<br />';
//Get the value of pwd
$password = $_POST['pwd'];
echo $password;
?>
无聊的人2018-05-14 10:25:13
Whether to use post mode to transmit? Whether the value of the input tag name attribute is username, pwd, <input type="text" name="pwd">
645payen2017-12-14 10:51:20
Where did the parameters come from? Alas... I won’t even ask the question