<form action="index.php" method="post">
Name:<input type="text" name="name"><br>
E-mail:<input type="text" name="email"><br>
<input type="submit">
</form>Welcome <?php echo $_POST["name"]; ?><br>
Your email address is: <?php echo $_POST["email"]; ?>目的:点击把 文本框输入的内容 提交到 index.php;打印出得到的文字;问题:提交没错误 就是不显示我输进去的 名字 邮箱
- 6 回答
- 0 关注
- 1724 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消