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

📄 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>
<link href="ad.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE2 {color: #000000}
.STYLE3 {color: #99FFCC}
-->
</style>
</head>

<body background="bg.jpg"s > 
<table width="800" height="140"    align="center" cellspacing="0">
  <tr  >
    <td  height="100"><span class="STYLE2">ni swei shenme zheme xiao</span></td>
  </tr>
  
  <tr>
    <td bordercolor="#000000" height="10">d d5555555555a </td>
  </tr>
  
  <tr >
  <form name="load" method="post" action="load_check.php">
    <td height="30" ><? if($_COOKIE[test]) echo "欢迎".":".$_COOKIE[test];else echo "未登录:";?>  用户名:
      <input type="test"name="username" size="12" />
      密码:
      <input type="password" name="password" size="12" /> 
      cookie:
	  <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>   
	<input type="submit"  name="submit" value="登陆">
	<a href="register.php">注册</a> 管理员登陆    	</td>
	</form>
  </tr>
</table> 

<br />
<table width="800" border="0" align="center" cellpadding="2" cellspacing="1" bordercolor="#0000FF">
  <tr >
    <td  height="20" bgcolor="#99FFFF" width="150"><a href="show.php">    show.php</a></td>
    <td rowspan="5" width="5"  ></td>
    <td rowspan="5" >mainfaces</td>
  </tr>
  
  <tr>
    <td height="20" bgcolor="#CCFFFF">  liuyan.php</td>
  </tr>
  
  <tr>
    <td height="20" bgcolor="#99FFFF">  about</td>
  </tr>
  
  <tr>
    <td height="20" bgcolor="#CCFFFF" >   555</td>
  </tr>
  
  <tr>
    <td height="300">df dsf as    </td>
    </tr>
</table>
                                                   
                   
                          
               
                          
             
                          
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

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