Getting value using POST output error
冰雪环绕
冰雪环绕 2017-12-14 09:58:21
0
3
1416

<?php

//Get the value of username

$u = $_POST['username'];

echo $u.'<br />';


//Get the value of pwd

$password = $_POST['pwd'];

echo $password;

?>


冰雪环绕
冰雪环绕

reply all(3)
无聊的人

Whether to use post mode to transmit? Whether the value of the input tag name attribute is username, pwd, <input type="text" name="pwd">

dabour

You have to act on this file in your html

645payen

Where did the parameters come from? Alas... I won’t even ask the question

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!