我想用PHP写一个登录页面 没有写好,不知道哪些地方错了,以下是我写的代码

<?phpmysql_connect("localhost","root","111");mysql_select_db("aaa");mysql_query("setn... <?php
mysql_connect("localhost","root","111");
mysql_select_db("aaa");
mysql_query("set names 'utf8'");
$username=$_<a href="12.php">POST</a>['username'];
<a href="12.php">post</a>
$password=$_<a href="12.php">POST</a>['passsword'];
if(!$username){
echo '用户名不能为空';
exit();
}
if(!$password){
echo '密码不能为空';
exit();
}
$re=mysql_query("select * from login where username='".$username."'");
$row=mysql_fetch_array($re);
if($row){
if($row['password']==md5($password))
{
echo 登陆成功!;
header('12.<a href="12.php">php</a>');
}
else{
echo 密码错误!;
exit();
}
}
else{
echo 账户不存在!;
exit();
}

?>
<body>
<div class="aa">
<div style="margin-left:10%;margin-top:20%">
<form action="" method="post">
用户名:<input type="text" value="" name="name" class="ab">
<br><br>
密码:<input type="text" value="" name="password" class="ac">
<br>
<input type="submit" value=" 确 定 " style="margin-left:15%;margin-top:20%">
<input type="reset" value=" 重 置 " style="margin-left:55%;margin-top:-9%">
</form>
</div>
</div>
</body>
展开
 我来答
志强7881
2015-07-30
知道答主
回答量:42
采纳率:0%
帮助的人:17.1万
展开全部
$username=$_<a href="12.php">POST</a>['username'];
<a href="12.php">post</a>
$password=$_<a href="12.php">POST</a>['passsword'];
接受参数的时候直接$_POST['username'];就可以啦。 中间加那么多html代码当然不对了!
百度网友70445f837
2015-07-30
知道答主
回答量:3
采纳率:0%
帮助的人:1.7万
展开全部
打印出什么
追问
按之前的是出现这个提示Parse error:  syntax error, unexpected T_STRING in D:\AppServ\www\23.php on line 32
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式