html中提交表单,但php中无法显示表单中的数据。
html里的代码:<html><body><formaction="welcome.php"method="post">Name:<inputtype="text"nam...
html里的代码:
<html>
<body>
<form action="welcome.php" method="post">
Name: <input type="text" name="name" />
Age: <input type="text" name="age" />
<input type="submit" />
</form>
</body>
</html>
php文件里的代码:
<html>
<body>
Welcome <?php echo $_POST['name']; ?>.<br />
You are <?php echo $_POST['age']; ?> years old!
</body>
</html> 展开
<html>
<body>
<form action="welcome.php" method="post">
Name: <input type="text" name="name" />
Age: <input type="text" name="age" />
<input type="submit" />
</form>
</body>
</html>
php文件里的代码:
<html>
<body>
Welcome <?php echo $_POST['name']; ?>.<br />
You are <?php echo $_POST['age']; ?> years old!
</body>
</html> 展开
展开全部
开开php.ini中是不是关闭了 POST GET传值
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
程序是没有错误的,你确定你的php能正常运行么。。
写到同一个文件里看看。
写到同一个文件里看看。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询