|
|
|
期刊列表: |
$rowsPerPage=12;
if($curPage=="")
{
$curPage=1;
}
if (is_numeric($curPage)==0){
exit();
}
$query="select count(id) from hxyuekan where tuijian='是' and classid='90' ";
$mysql_result=mysql_query($query,$mysql_link);
$row=mysql_fetch_row($mysql_result);
$num_row=$row[0];
$maxPage=ceil($num_row/$rowsPerPage);
if($curPage>$maxPage)
{
$curPage=$maxPage;
}
if($maxPage!=0)
{
$num0=($curPage-1)*$rowsPerPage;
}
$query="select title,filepath from hxyuekan where tuijian='是' and classid='90' order by id desc LIMIT $num0,$rowsPerPage";
$mysql_result=mysql_query($query,$mysql_link);
while($row=mysql_fetch_row($mysql_result))
{
?>
=$row[0]?> |
}
?>
|
|
[1){?>}?>上一页]
共页 当前第页 [}?>下一页] |
|
|
|