login.php部分代码,引用common.php,调用其方法,显示保存过的id
<?php
require_once 'common.php';
?>
<html>
<head>
<meta
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
</head>
<body>
<h1>管理员登陆系统</h1>
<form action="doLogin.php" method="post">
<table>
<tr><td>用户ID</td><td><input type="text" name="id" value="<?php echo getCookieVal('id'); ?>" /></td></tr>
<tr><td>密 码</td><td><input type="text" name="password" /></td></tr>
<tr><td colspan="2"><input type="checkbox" name="keep" value="keep"/>是否保存用户ID</td></tr>
<tr><td><input type="submit" va