phpcms文章页如何显示上一页下一页_phpcms教程-查字典教程网 $contentidandcatid=$c..."/>
phpcms文章页如何显示上一页下一页
phpcms文章页如何显示上一页下一页
发布时间:2016-12-23 来源:查字典编辑
摘要:本文主要分享了phpcms文章页显示上一页下一页的代码如下:{getsql="select*fromphpcms_contentwherec...

本文主要分享了phpcms文章页显示上一页下一页的代码如下:

{get sql="select * from phpcms_content where contentid>$contentid and catid=$catid order by contentid" rows="1"}<div>上一条:<a href="{$r[url]}">{str_cut($r[title], 50,'')}</a></div>{/get}

{get sql="select * from phpcms_content where contentid<$contentid and catid=$catid order by contentid desc" rows="1"}<div>下一条:<a href="{$r[url]}">{str_cut($r[title],50,'')}</a></div>{/get}

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新phpcms学习
    热门phpcms学习
    CMS教程子分类