首页上一页 1 下一页尾页 2 条记录 1/1页
书中例子是否有错???
发表在PHP图书答疑
2016-03-16
是否精华
是
否
版块置顶:
是
否
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>Php世界</title>
<meta charset=utf-8>
</head>
<body>
<form name="form1“ method=”post“ action="">
用户名:<input type="text" name="user" size="20"></td>
密 码:<input name="pwd" type="password" id="pwd" size="20"></td>
<input name="submit" type="submit" id="submit" value="登录"> </td>
</tr>
</table>
</form>
<!--
<?php
if($_POST["submit"]=="登录"){
echo"您输入的用户名为:”.$_POST[user]." 密码为: ".$_POST[pwd];
}
?>
-->
</body>
</html>
运行报错,提示如下:
Parse error: syntax error, unexpected '&' in D:\phptools\www\test\new_file (1).php on line 19
期待回复!谢谢
<html lang="zh-CN">
<head>
<title>Php世界</title>
<meta charset=utf-8>
</head>
<body>
<form name="form1“ method=”post“ action="">
用户名:<input type="text" name="user" size="20"></td>
密 码:<input name="pwd" type="password" id="pwd" size="20"></td>
<input name="submit" type="submit" id="submit" value="登录"> </td>
</tr>
</table>
</form>
<!--
<?php
if($_POST["submit"]=="登录"){
echo"您输入的用户名为:”.$_POST[user]." 密码为: ".$_POST[pwd];
}
?>
-->
</body>
</html>
运行报错,提示如下:
Parse error: syntax error, unexpected '&' in D:\phptools\www\test\new_file (1).php on line 19
期待回复!谢谢