indexHot.php
上传用户:yttaitong
上传日期:2009-05-10
资源大小:128k
文件大小:0k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

PHP

  1. <?
  2. /*
  3.     [BBWPS!] (C)2006-2010 小蜜蜂版权所有.
  4. This is NOT a freeware, use is subject to license terms
  5.     时间:2007年12月
  6.     描述:
  7. */
  8. global $cid,$prefix,$h_pagesize;
  9. $sql = "select * from ".$prefix."message left join ".$prefix."city on ".$prefix."message.cid=".$prefix."city.cid where hits>'0'
  10.         and ( ".$prefix."city.cid='".$cid."' or ".$prefix."city.cparent='".$cid."') and ".$prefix."message.etime > '".time()."' order by 
  11.         ".$prefix."message.hits desc limit 0,$h_pagesize";
  12. ?>