⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 php +mysql+apeach实现在线通讯录。功能:添加
💻 PHP
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE2 {color: #666699}
.STYLE3 {color: #6666CC}
.STYLE7 {font-size: 10px}
.STYLE8 {
	font-size: 12px;
	color: #6666CC;
}

.STYLE11 {
	font-size: xx-large;
	color: #6666CC;
}
.s{
background-image:url(bg.jpg); 
background-position:center;
background-repeat:no-repeat;}
-->
</style>
<style type="text/css">

a:link{cursor: hand; font-size: 10pt ; color:#6666CC; text-decoration:none  }
a:active{  cursor: hand; font-size: 10pt ;color: #6666CC; text-decoration:none }
a:hover{  cursor: hand; font-size: 10pt ; color:#6666CC; background:#FFFF99;text-decoration:none }
a:visited{  cursor: hand; font-size: 10pt ;color: ##6666CC; text-decoration:none }

</style>
</head>

<body class="s">
<form name="load" method="post" action="load_check.php">
<table width="100%" >
  <tr >
    <th width="210" height="70" scope="row">&nbsp;</th>
    <td width="407" height="70">&nbsp;</td>
    <td width="367" rowspan="2">&nbsp;</td>
    <td width="19" rowspan="2">&nbsp;</td>
  </tr>
  <tr >
    <th width="210" height="50" scope="row">&nbsp;</th>
    <td height="40"><span class="STYLE11">计科七班在线通讯录</span></td>
  </tr>
  <tr>
    <th scope="row" height="30" width="210">&nbsp;</th>
    <td><span class="STYLE2">  用户名</span>&nbsp;  
      <input type="test"name="username" size="12" /></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr >
    <th scope="row" height="30">&nbsp;</th>
    <td><span class="STYLE3">  密码&nbsp;</span> &nbsp;   
      <input type="password" name="password" size="12" /></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr >
    <th scope="row" height="30">&nbsp;</th>
    <td><span class="STYLE3">  cookie   </span> 
      <select name="cookie">
	   <option value="1800">----------</option>
	 <option value="3600">---1时----</option>
	 <option value="86400">---1天----</option>
	 	<option value="604800">---1周----</option>
	 <option value="18144000">---1月----</option>
    </select>	</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row" height="30">&nbsp;</th>
    <td> &nbsp;
      <input type="submit"  name="submit" value="登陆" >  
      <span class="STYLE7"> <span class="STYLE8"><a href="register.php">注册 </a><a href="findsecret.php"> 忘记密码</a></span></span></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr >
    <th height="30" colspan="2" scope="row"><?  include("copyright.inc");?></th>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</form>

<?  if($_COOKIE[test])
{?>

<META HTTP-EQUIV=Refresh CONTENT="3; URL=show.php">
   <?
   }
    ?>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -