今日焦点 |
$strQuery="select id,title from titles where status='Y' and zhuanti_id=13 order by titles.id desc limit 0,13";
$db->query($strQuery);
while ($db->next_record()){
list($this_id,$this_title)=$db->Record;
if (strlen($this_title)>24){$this_title=substr($this_title,0,26)."..";}
echo"·$this_title ";
}?> |
|
各地动态 |
$strQuery="select id,title from titles where status='Y' and zhuanti_id=2
order by titles.id desc limit 0,13";
$db->query($strQuery);
while ($db->next_record()){
list($this_id,$this_title)=$db->Record;
if (strlen($this_title)>24){$this_title=substr($this_title,0,26)."..";}
echo "·$this_title ";
}?> |
|
一周热点 |
$nowtime=time();
$frontweek=$nowtime-604800;
$strQuery="select id,title from titles where status='Y' and Unix_time>$frontweek and Unix_time<$nowtime order by titles.reads desc limit 0,14";
$db->query($strQuery);
while ($db->next_record()){
list($this_id,$this_title)=$db->Record;
if (strlen($this_title)>24){$this_title=substr($this_title,0,26)."..";}
echo "·$this_title ";
}?> |
|
|