📄 wdtz.php
字号:
<?php session_start(); include"../conn.php";?>
<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>
<table width="520" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td width="200"><div align="center">主题</div></td>
<td><div align="center">所属专区</div></td>
<td><div align="center">发表时间</div></td>
<td><div align="center">查看</div></td>
</tr>
<?php
$quer="select * from hw_tzxx where username='$_SESSION[username]'";
$result=mysql_query($quer);
echo mysql_error();
if($result){
while ($myrow=mysql_fetch_array($result)){
?>
<tr>
<td align="center"><?php echo $myrow[zhuti];?></td>
<td width="140" align="center"><?php echo $myrow[zq];?></td>
<td width="110" align="center"><?php echo $myrow[fbsj];?></td>
<td align="center"><a href="../showtz.php?zhuti=<?php echo $myrow[zhuti];?>&recid=<?php echo $myrow[id];?>" target="_blank">查看</td>
</tr>
<?php }
}
?>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -