$pagesize=10;
$recordcount=GetCount("yang_message",1,"sh=1");
include_once YangYong."inc/page.php";
$result=rs("select * from yang_message where sh=1 order by id desc limit $firstrows,$pagesize");
while($rows=mysql_fetch_array($result))
{
?>
=$rows["username"]?>
=GetD($rows["updatetime"])?>
=$rows["cont"]?>
}
?>
include_once YangYong."inc/page_bot.php"?>