帝国cms会员发布相关信息列表的调用

免费资源网,https://freexyz.cn/

为大家介绍下帝国cms会员发布相关信息列表的调用方法

以下是调用标签代码

<?php
$sql=$empire->query("select * from  phome_ecms_recruitment where userid='$navinfor[userid]' and classid=29 order by newstime asc limit 100");
while($r=$empire->fetch($sql))
{
                $titleurl=sys_ReturnBqTitleLink($r);//链接
?>
<li><a href="<?=$titleurl?>" target="_blank" title="<?=$r[title]?>" class="font_black"><?=esub($r[title],28)?></a></li>
<?php
}
?>
免费资源网,https://freexyz.cn/