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

📄 wdhf.php

📁 论坛管理系统php+mysql
💻 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 bgcolor="#FFFFFF">
    <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_hftz where username='$_SESSION[username]'";
	$result=mysql_query($quer);
	echo mysql_error();
	if($result){
	while ($myrow=mysql_fetch_array($result)){
	?>
  <tr bgcolor="#FFFFFF">
    <td align="center"><?php echo $myrow[zhuti];?></td>
    <td width="140" align="center"><?php  echo $myrow[hfzt];?></td>
    <td width="110" align="center"><?php echo $myrow[hfsj];?></td>
    <td align="center"><a href="showwdhf.php?hfzt=<?php echo $myrow[hfzt];?>&recid=<?php echo $myrow[id];?>" target="_blank">查看</td>
  </tr>
  <?php }
  }
  ?>
  </table>

⌨️ 快捷键说明

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