📄 tellinfo.php
字号:
<?php
include_once("conn/conn.php");
include_once("top.php");
?>
<table width="870" height="30" align="center" background="images/bg_14(1).jpg"><tr><td width="129" rowspan="2"> </td>
<td width="729"></td>
</tr>
<tr>
<td><span class="a9">网站公告</span></td>
</tr>
</table>
<table width="870" align="center" border="1" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#6EBEC7">
<tr>
<td bgcolor="#FFFFFF">
<?php
$sql=mysql_query("select * from tb_tell where id='".$_GET["id"]."'",$conn);
$info=mysql_fetch_array($sql);
?>
<br>
<table width="635" height="22" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="85" bgcolor="#FFFFFF"><div align="center"><img src="images/bg_11(8).jpg" width="78" height="75" /></div></td>
<td width="619" bgcolor="#FFFFFF" style="line-height:2" valign="top"><font color="blue"> 主 题:</font><?php echo unhtml($info["title"]);?> [ <?php echo $info["createtime"];?> ]</td>
</tr>
</table>
<br>
<table width="635" height="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF" valign="top" style="line-height:2"><font color="blue">内 容:</font><br><?php echo unhtml($info["content"]);?></td>
</tr>
</table>
</td>
</tr></table>
<?php
include_once("bottom.php");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -