n_page=$page; $sel_page->page_count=$page_count; $sel_page->displaypg=$this_ListValue; $sel_page->page_link=$this_page."&cid=".$p_class1; $sel_page->css_style="pagination pagination-sm justify-content-center"; $sel_page->page_chgtext=array("first","prew","next","last"); $firstcount=$sel_page->first_count(); if ($p_class1==0){ $SQL_str_list="select * from ".$this_DbTable." order by create_time desc limit ".$firstcount.",".$this_ListValue; }else { $SQL_str_list="select * from ".$this_DbTable." where cid=".$p_class1." order by create_time desc limit ".$firstcount.",".$this_ListValue; } $rs=mysql_query($SQL_str_list,$conn) or die("db error:02"); $i=1; $web_content="
"; while($news_list= mysql_fetch_array($rs)){ //$web_content.="
  • ".$news_list['title']."
    " //.substr($news_list['create_time'],0,10)."
  • "; $d=strtotime($news_list['create_time']); $web_content.='
    '.date("Y.m.d",$d).'
    '; $web_content.='
    '.$news_list['content'].'
    '; $web_content.='
    '; $i++; } $web_content.='
    '.$sel_page->out_page_link().'
    '; ?> 三草二木
    最新消息 NEWS