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

📄 tags.php

📁 PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后
💻 PHP
字号:
<? include("conn.php");?>
<? include("include/function.php");?>
<? include("include/setup.php");?>
<? include("head.php");?>
<table width="760" align="center">
	<tr height="30">
		<td class="notice">热门标签 <a href='mysetup.php?type=tags'>管理我的标签</a></td>
	</tr>
</table>	
<table width="753" height="450" align="center" class="lefttd">
	<tr valign='top'><td class='tags'>
	<?
	 $query=mysql_query($sql);
   $sql="select tag,sum(num) as num from tags group by tag";
   
   $query=mysql_query($sql);
   while($rs=mysql_fetch_array($query)){
 
     
     	$fontsize=11+$rs[num]/10;
     	 
      echo("<a   href='tagzhai.php?tag=".$rs[tag]."' title='共".$rs[num]."个收藏'>".$rs[tag]."</a> "); 
 
 
   }
   
   ;?>
   </td></tr>
</table>
<? include("bottom.php");?>

⌨️ 快捷键说明

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