日期: 2021-11-29 22:14:52 人气: -
<?
$query=$db->query("select * from ".$LG->table("webtag")." order by rand() limit 0,7");
while($rs=$db->fetchrow($query)){
?>
<a href="search.php?keywords=<? echo $rs["title"];?>" class="search_label"><? echo $rs["title"];?></a>
<? }?>