php 提交表单不能获得文本框里的值
<?php$name=$_POST['username'];echo"$name";?><htmlxmlns="http://www.w3.org/1999/xhtml"...
<?php
$name=$_POST['username'];
echo "$name";
?>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
<link rel="Stylesheet" href="./CSS/Login.css" type="text/css" />
</head>
<body>
<form id="form1" action="" method="post">
<div>
<div id="login">
<div class="login_top">用户登陆</div>
<div class="login_name">
用户名:<input type="text" id="username" style="width:150px;"/>
</div>
<div class="login_pwd">
密 码:<input type="password" name="userpwd" style="width:150px;" />
</div>
<div class="login_btn">
<input type="submit" value="登陆" id="btnlogin" />
</div>
<div class="error">登陆失败,请检查您的输入是否正确!</div>
</div>
</div>
</form>
</body>
</html> 为什么提交后没有获得文本框里输入的值? 我用echo "$name"; 确什么也没有看到! 展开
$name=$_POST['username'];
echo "$name";
?>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
<link rel="Stylesheet" href="./CSS/Login.css" type="text/css" />
</head>
<body>
<form id="form1" action="" method="post">
<div>
<div id="login">
<div class="login_top">用户登陆</div>
<div class="login_name">
用户名:<input type="text" id="username" style="width:150px;"/>
</div>
<div class="login_pwd">
密 码:<input type="password" name="userpwd" style="width:150px;" />
</div>
<div class="login_btn">
<input type="submit" value="登陆" id="btnlogin" />
</div>
<div class="error">登陆失败,请检查您的输入是否正确!</div>
</div>
</div>
</form>
</body>
</html> 为什么提交后没有获得文本框里输入的值? 我用echo "$name"; 确什么也没有看到! 展开
5个回答
展开全部
<form id="form1" action="" method="post">
改:
action="你提交的路径"
改:
action="你提交的路径"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
action="这个文件的文件名"
说明你的基础还不牢固,还得多加联系啊 !
说明你的基础还不牢固,还得多加联系啊 !
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用户名:<input
type="text"
id="username"
style="width:150px;"/>
用name
=
"username"试试
type="text"
id="username"
style="width:150px;"/>
用name
=
"username"试试
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用户名:<input type="text" id="username" style="width:150px;"/>
用name = "username"试试
用name = "username"试试
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<form id="form1" action="" method="post">
action=""等于已给什么啊!!
action=""等于已给什么啊!!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询