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

📄 fnr.php

📁 论坛管理系统php+mysql
💻 PHP
字号:
<?php session_start();include("../conn.php");?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>短消息</title>
</head>
<style type="text/css">
<!--
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style1 {
	font-size: 13px;
	font-family: "宋体";
	font-weight: normal;
}
.style2 {
	font-size: 14px;
	font-family: "宋体";
}
.style3 {
	font-size: 12px;
	font-family: "宋体";
	font-weight: normal;
}
.style4{
    font-size:16px;
	font-family:"宋体";
	color:#000000;
	
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFF3FF;
}
td{
font-size:9pt;
}
-->
</style>
<body>
<table width="776" border="0" align="center">
  <tr>
    <td colspan="2" align="center" valign="bottom"><?php include("head.php");?></td>
  </tr>
  <tr>
  <td>
    <table width="776" border="0" align="center" cellpadding="0" cellspacing="0" background="../image/555.gif">
  <tr>
    <td width="15">&nbsp;</td>
    <td width="760" height="30">&nbsp;&nbsp;== 短消息 == </td>
  </tr>
</table>
</td>
</tr>
</table>
	<table width="776"  border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="center" valign="top" background="../image/zc1.gif">&nbsp;</td>
        <td align="center" valign="top">&nbsp;</td>
        <td background="../image/zc2.gif">&nbsp;</td>
        <td align="center" valign="top">&nbsp;</td>
        <td align="center" valign="top" background="../image/zc3.gif">&nbsp;</td>
      </tr>
      <tr>
        <td width="10" align="center" valign="top" background="../image/zc1.gif">&nbsp;</td>
        <td width="224" align="center" valign="top">
		  <table width="88%"  border="0"  align="center">
	<tr><td><span class="style2">&nbsp;&nbsp;<a href="dxx.php?xx=<?php echo urlencode(写消息);?>">写消息</a></span></td></tr>
	<tr><td><span class="style2">&nbsp;&nbsp;<a href="dxx.php?xx=<?php echo urlencode(发件箱);?>">发件箱</a></span></td></tr>
	<tr><td><span class="style2">&nbsp;&nbsp;<a href="dxx.php?xx=<?php echo urlencode(收件箱);?>">收件箱</a></span></td></tr>
	<tr><td><span class="style2">&nbsp;&nbsp;<a href="dxx.php?xx=<?php echo urlencode(草稿箱);?>">草稿箱</a></span></td></tr>
	</table></td>
        
        <td width="10" background="../image/zc2.gif">&nbsp;</td>
        <td width="522" align="center" valign="top">
		<table width="522" border="0">
	
	<tr><td align="left" width="100"><span class="style2">&nbsp;&nbsp;<a href="dxx.php?xx=<?php echo urlencode(写消息);?>">写消息</a></span></td>
	<td align="left" width="100"><span class="style2">&nbsp;&nbsp;<a href="dxx.php?xx=<?php echo urlencode(发件箱);?>">发件箱</a></span></td>
	<td align="left" width="100"><span class="style2">&nbsp;&nbsp;<a href="dxx.php?xx=<?php echo urlencode(收件箱);?>">收件箱</a></span></td>
	<td align="left" width="100"><span class="style2">&nbsp;&nbsp;<a href="dxx.php?xx=<?php echo urlencode(草稿箱);?>">草稿箱</a></span></td>
	<td>&nbsp;&nbsp;</td></tr>
	<tr>
	<td colspan="5">
	<?php
	$id=$_GET['id'];
    $quer="select * from hw_dxx where biaoti='$bt' and id='$id'";
	$result=mysql_query($quer);
	$myrow=mysql_fetch_array($result)
	?>
	<table width="500" border="0" align="center">
	<tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td width="120">标  题:</td>
    <td><?php echo $myrow[biaoti];?></td>
  </tr>
  <tr>
    <td width="120">收件人:</td>
    <td><?php echo $myrow[sjr];?></td>
  </tr>
  <tr>
    <td width="120">时  间:</td>
    <td><?php echo $myrow[shijian];?></td>
  </tr>
  <tr>
    <td width="120">内  容:</td>
    <td><?php echo $myrow[neirong];?></td>
  </tr>
  
</table>

	</td>
	</tr>
	</table>
	</td>
	<td width="10" align="center" valign="top" background="../image/zc3.gif">&nbsp;</td>
	</tr>
	<tr >
        <td height="5" colspan="5" background="../image/zc5.gif">&nbsp;</td>
        </tr>
	<tr>
	<td colspan="5"><?php include"under.php"?></td></tr>
	</table>

</body>
</html>

⌨️ 快捷键说明

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