phpcms文章页要显示上一页下一页效果并不难,下面的代码大家不妨参考下,或许有所帮助本文主要分享了phpcms文章页显示上一页下一页的代码如下: 代码如下:{get sql="select from phpcms_content where contentid>$contentid and catid=$catid order by contentid" rows="1"}
上一条:{str_cut($r[title], 50,'')}
{/get} {get sql="select * from phpcms_content where contentid<$contentid and catid=$catid order by contentid desc" rows="1"}
下一条:{str_cut($r[title],50,'')}
{/get}